@charset "utf-8";
html{
	font-size: 14px;
}
body {
    color: #515151;
    font-size: 14px;
    line-height: 1.8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/**------------------------------
   BOXSIZING
-------------------------------**/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/**------------------------------
   LINK
-------------------------------**/
a {
    color: #515151;
    text-decoration: none;
    text-decoration-line: none;
    transition: all 0.4s;
}
a:link {
    color: #515151;
    text-decoration: none;
    text-decoration-line: none;
}
a:visited {
    color: #515151;
    text-decoration: none;
    text-decoration-line: none;
}
a:hover,
a:hover img,
a li:hover,
a:hover > div {
    opacity: 0.7;
    transition: all 0.2s;
}
a img,
a li { transition: all 0.5s; }

@media screen and (min-width: 1024px) {
a[href^="tel:"] { pointer-events: none; }
a[href^="tel:"]:hover {
    opacity: 1;
    cursor: default;
}
}
/**------------------------------
   ETC
-------------------------------**/

hr { border: 1px dotted #A0A0A0; }
ul { list-style: none; }
ol { list-style: decimal; }
ol,
ul { list-style-position: inside; }
em,
strong { font-weight: bold; }
img {
    border-style: none;
    vertical-align: bottom;
}
.shadow{
	box-shadow: 0px 0px 10px 0px rgba(13, 4, 9, 0.3);
}
.txt_C{
	text-align: center;
}
.txt_R{
	text-align: right;
}
.txt_mincho{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: rotate(.03deg);
}
.txt_S{
	font-size: 0.86rem;
}
.anchor {
    display: block;
    padding-top: 200px!important;
    margin-top: -200px!important;
}
/**------------------------------
   CLEARFIX
-------------------------------**/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**------------------------------
   DIV
-------------------------------**/
.clearfix:after,
.section:after,
.article:after,
.div_W:after,
ul:after,
li:after,
div:after {
    content: "";
    clear: both;
    display: block;
}
.cont {
    width: 100%;
    padding: 0px 0 50px;
}
.div_W {
    width: 100%;
    margin: 0 auto;
    float: left;
}
.div_L {
    width: 68%;
    float: left;
}
.div_R {
    width: 32%;
    float: right;
    padding-left: 3%;
}
.div_W2 > .div_L {
    width: 29%;
    float: left;
}
.div_W2 > .div_R {
    width: 71%;
    float: right;
    padding-left: 3%;
}
.div_W3 > .div_L {
    width: 48.5%;
    float: left;
}
.div_W3 > .div_R {
    width: 51.5%;
    float: right;
    padding-left: 3%;
}
.div_W4 > .div_L {
    width: 72%;
    float: left;
}
.div_W4 > .div_R {
    width: 28%;
    float: right;
    padding-left: 3%;
}
.div_W5 > .div_L {
    width: 25%;
    float: left;
}
.div_W5 > .div_R {
    width: 75%;
    float: right;
    padding-left: 3%;
}
.section {
    width: 940px;
    margin: 0 auto 40px;
}
.section:last-child {
    width: 940px;
    margin: 0 auto;
}
.section_mn {
    width: 940px;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin: 0 auto 25px;
}
/**------------------------------
   LIST
-------------------------------**/
.ul_li_3 ul > li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
.ul_li_3 ul > li:nth-child(3n){
	margin-right: 0%;
}
.ul_li_3 ul > li img{
	width: 100%;
}
.ul_li_2 ul > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}
.ul_li_2 ul > li:nth-child(2n) { margin-right: 0%; }
.ul_li_2 ul > li img { width: 100%; }
.ul_li_3 ul > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}
.ul_li_3 ul > li:nth-child(3n) { margin-right: 0%; }
.ul_li_3 ul > li img { width: 100%; }
.ul_li_4 ul > li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}
.ul_li_4 ul > li:nth-child(4n) { margin-right: 0%; }
.ul_li_4 ul > li img { width: 100%; }
.ul_li_5 ul > li {
    width: 18%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}
.ul_li_5 ul > li:nth-child(5n) { margin-right: 0%; }
.ul_li_5 ul > li img { width: 100%; }
.img {
    text-align: center;
    margin-bottom: 8px;
    width: 100%;
}
.img img { max-width: 100%; }
.txt {
    text-align: center;
    line-height: 1.5;
    font-size: 0.9rem;
}

.W_100 { width: 100%!important; }
ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0;
}
ol li {
    position: relative;
    line-height: 1.4em;
    padding: 0.4em 0.5em 0.4em 2rem;
}
ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #F5F3EF;
    color: #8A8A8A;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    transform: rotate(.03deg);
    font-weight: bold;
    font-size: 13px;
    border-radius: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 14px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/**------------------------------
   スクロール
-------------------------------**/
.scroll_txt{
	height: 500px;
	overflow: auto;
	padding-right: 20px;
}
.scroll_txt p{
	padding-bottom: 70px;
}
.scroll_txt_cont{
	position: relative;
}
.scroll_txt_cont::after{
	position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        content: '';
        width: 98%;
        height: 15%;
        background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%);
    }
/*スクロールバーの横幅指定*/
.scroll_txt::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.scroll_txt::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.scroll_txt::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#E6D0EE;
}
/**------------------------------
   PANKUZU プラグイン：Breadcrumb NavXT
-------------------------------**/
.breadcrumb {
    width: 100%;
    margin: 10px auto;
    font-size: 10px;
    color: #727272;
}
.breadcrumb a { color: #99bb22; }


/**------------------------------
   TABLE
-------------------------------**/
table {
    width: 100%;
    margin: 15px auto;
    border-top: 1px solid #C5C5C5;
    border-bottom: none;
}
table tr { border-bottom: 1px solid #C5C5C5; }
table tr th {
    padding: 10px 15px 10px 15px;
    vertical-align: middle;
    background-color: #EAF7FB;
}
table tr td {
    padding: 10px 15px 10px 15px;
    /*border-left: 1px solid #C5C5C5;*/
    background-color: #FFFFFF;
}
/**------------------------------
   CONTACT
-------------------------------**/
.wpcf7 table {
    border: none;
    border-top: 1px dotted #728cb8;
    width: 100%;
}
.wpcf7 table tr {
    border: none;
    border-bottom: 1px dotted #728cb8;
}
.wpcf7 table tr th {
    /*background-color: inherit;*/
    color: #39c3f0;
    border: none;
    background-color: #FFFFFF;
    font-weight: bold;
    width: 30%;
}
.wpcf7 table tr td {
    border: none;
    padding: 10px 15px 10px 15px;
}
.wpcf7 table tr label span {
    color: #555555;
    margin-left: 5px;
}
span.radio span.wpcf7-list-item { display: inherit!important; }
.wpcf7 table tr span {
    color: #EF69A0;
    margin-left: 5px;
}
.wpcf7 table tr label span {
    margin-left: 0px;
}
.wpcf7 input.wpcf7-submit {
    display: block;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
    background: #EF69A0;
    letter-spacing: 1px;
    border: 1px solid #EF69A0;
    transition: 0.3s;
}
.wpcf7 input.wpcf7-submit:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.wpcf7 input.wpcf7-submit:active {
    opacity: 0.5;
    transition: 0.3s;
}
body span.wpcf7-list-item.first { margin: 0 0 0 0; }
body .acceptance span.wpcf7-list-item {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}
.wpcf7 .wpcf7-form-control.wpcf7-text.number { margin-bottom: 5px; }
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    width: 100%;
    padding: 2px 5px;
    line-height: 1.6;
}
.wpcf7 table.form textarea {
    height: 40px;
    padding-top: 5px;
}
.contact_acceptance {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
}
body span.wpcf7-not-valid-tip { display: inherit; }
form.wpcf7-form { margin: 15px auto 50px; }
