@charset "utf-8";
html,body,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    max-width: 100vw;
    margin: 0;
    font: 12px/1 "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.6;
    font-size: 15px;
}

ol,ul {
    list-style: none;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

p {
    font-size: 20px;
}

.off {
    display: none !important;
}

.logo img {
    margin-top: 10px;
    margin-left: 30px;
    height: 35px;
}

.headerarea {
    background-color: #d7ecfb;
}

.gnav {
    float: left;
    margin-left: 10px;
}

.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
}

.wrap {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.promise_left {
    width: 48%;
    padding: 1%;
}

.promise_right {
    width: 48%;
    padding: 1%;
}

.base_color {
    background-color: #effbff;
}

h1 {
    text-align: center;
    padding-top: 70px;
    color: white;
}

h2 {
    text-align: center;
    margin: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d6d6;
    font-size: 30px;
}

h3 {
    margin: 10px;
    color: #7b8eb9;
    font-weight: bold;
    font-size: 25px;
}

.mainarea, .contents1, .contents2, .contents, .top_section {
    padding: 70px 40px;
}

.key_image {
    width: 100%;
    height: 200px;
    background: url(/images/key_image1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.key_image2 {
    width: 100%;
    height: 200px;
    background: url(/images/key_image2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer {
    text-align: center;
    color: #b1b1b1;
    background: #313131;
}

.block p, block2 p {
    font-size: 15px;
}

.block, .block2 {
    padding: 15px;
    border-bottom: 1px solid #ececec;
}

.block2 {
    background-color: #fff;
}

.mainarea p {
    text-align: center;
}

.contents3 {
    width: 1000px;
    height: 330px;
    margin: 0 auto;
    background: url('/images/consultation_bnr.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.tabp {
    padding-top: 30px;
}

.tabsp {
    padding: 20px;
}

.tabsp p {
    font-size: 4vw;
}

.tab_item {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 3px solid #8eadd4;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}

#before:checked~#before_content, #after:checked~#after_content {
    display: block;
}

.tabs input:checked+.tab_item {
    background-color: #8eadd4;
    color: #fff;
}

.sp {
    display: none;
}

iframe {
    width: 700px;
    height: 2000px;
}

.container2 {
    width: 700px;
    margin: 20px auto;
    padding: 20px;
}

.mainarea p a span {
    color: #f00;
    font-weight: bold;
    text-decoration: none;
}

.mainarea p a {
    text-decoration: none;
}

.c-txtsp span {
    font-size: 16px;
}

.contents4 {
    width: 100%;
    height: 335px;
    margin: 0 auto;
    background: url('/images/nagare.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.pt15 {
    padding-top: 15px;
}

.google_form:hover {
    width: 1000px;
    height: 330px;
    margin: 0 auto;
    background: url('/images/consultation_bnr_hov.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.contents2_5 li {
    background-color: #788ebc;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
}


.conplience_area {
    border: 1px solid #dcdcdc;
}

.gray {
    background-color: #f3f3f3;
}

/* 管理画面 -----------------------*/
.logincontainer {
    margin: 0 auto;
    width: 350px;
    background-color: #ebebeb;
    border-radius: 5px;
}

.loginarea {
    width: 350px;
    text-align: center;
    padding: 30px 0 20px;
    margin: 80px 0;
}

.loginlogo {
    width: 250px;
    height: auto;
}

.admin_table {
    border-collapse: collapse;
    margin: 50px auto;
    width: 100%;
}

.admin_table th {
    background-color: #5a80a9;
    color: #ffffff;
    border: 1px solid;
}

.admin_table td {
    border: 1px solid;
    padding: 5px;
    text-align: center;
}

.q-head {
    background: #8eadd4;
    color: #fff;
    padding: 5px 5px 5px 15px;
}

.q-head p {
    font-weight: bold;
}

.dsc p {
    font-size: 14px;
    color: #626262;
    padding-left: 1em;
}

.a-head {
    margin: 10px 0 20px;
}

.a-head2 {
    margin: 10px 0 20px;
}

.a-head input {
    font-size: 16px;
    padding: 5px;
}

.a-head input[type="text"], .a-head input[type="email"], .a-head input[type="url"] {
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #dedede;
}

textarea {
    width: 98%;
    height: 20em;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}

.btn_area1 {
    overflow: hidden;
    width: 250px;
    margin: 0 auto;
}

.btn_area2 {
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
}

.toroku_btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: #8eadd4;
    border: 2px solid #8eadd4;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    float: right;
    width: 200px;
}

.toroku_btn:hover {
    background-color: #fff;
    border-color: #8eadd4;
    color: #8eadd4;
}

.modoru_btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: #d48e8e;
    border: 2px solid #d48e8e;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 200px;
}

.modoru_btn:hover {
    background-color: #fff;
    border-color: #d48e8e;
    color: #d48e8e;
}

.success {
    border: 2px solid;
    border-radius: 5px;
    padding: 15px;
    margin: 40px;
    background-color: #dbf3db;
    color: #5d865d;
}

.success p {
    font-weight: bold;
}

.delete {
    border: 2px solid;
    border-radius: 5px;
    padding: 15px;
    margin: 40px;
    background-color: #f3dbdb;
    color: #865d5d;
}

.delete p {
    font-weight: bold;
}

.error_area {
    margin-top: 80px;
}


/* --------------------------------- */
.contents1_1 {
    font-size: 18px;
    line-height: 1.5em;
}

.contents1_2 {
    margin: 30px;
}
.contents1_3 {
    border-radius: 5px;
    background-color: #626262;
    color: #fff;
    padding: 30px;
}

#case6 {
    font-size: 30px; color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.contents2_2 {
    font-size: 30px;
    background: none;
}

.contents2_3 {
    margin: 30px;
}

.contents2_4 {
    margin: 20px 0;
    font-size: 23px;
    text-align: center;
}

.contents2_5 {
    color: #fff;
    font-size: 15px;
}

span.kome {
    font-size: 12px;
}

.contents2_6 {
    margin: 20px 0;
    font-size: 25px;
    text-align: center;
}

#case3 {
    margin-top: 20px;
}

#casse9 {
    border: 1px solid;
    border-radius: 30px;
    padding: 0 30px 30px;
    margin: 0 80px;
}

.contents2_7 {
    margin: 0 auto;
    width: 505px;
    font-size: 15px;
}

.contents2_7_table {
    border-bottom: 1px solid #c2c2c2;
}

.contents3_1 {
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
}

.contents3_1 {
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
}

.contents3_2 {
    padding: 0 auto;
    width: 100%;
}

.contents4_2 {
    font-size: 30px;
    background: none;
}

.contents4_3 {
    padding: 30px;
}

.contents4_4 {
    padding: 10px 20px;
    font-size: 25px;
    color: #fff;
    background-color: #788ebc;
    margin: 0;
    margin-bottom: 10px;
}

.contents4_5 {
    margin-top: 30px;
    padding: 30px;
}

.contents4_6 {
    margin-bottom: 20px;
    font-size: 18px;
}

.contents4_7 {
    padding: 20px 0;
    font-size: 18px;
}

.contents5_2 {
    font-size: 27px;
}

.contents5_3 {
    padding: 30px;
}

.contents5_4 {
    padding: 20px 0;
    font-size: 18px;
}

.contents5_5 {
    padding: 20px 0;
    font-size: 25px;
}

#case1 {
    font-size: 25px;
    color: #738ec0;
}

#case5 {
    margin-top: 20px;
}
#case15 {
    margin-top: 20px;
}
#case16 {
    margin-top: 20px;
}

#case4 {
    margin-top: 20px;
}

.lih{
    font-size: 3.5vw;
    text-align: center;
    border: 1px solid #626262;
    background-color: #7b8eb9;
    color: #fff;
}
.lid {
    text-align: center;
    border: 1px solid;
}
h2#case6 {
    background: unset;
}

#case2 img {
    width: 100%;
}
#case3 img {
    width: 100%;
}
#case5 img {
    width: 100%;
}
#case15 img {
    width: 100%;
}
#case16 img {
    width: 100%;
}
.aligncenter {
    float: none;
    display: block;
    margin: 0 auto 15px;
    clear: both;
    width: 800px;
}
h3.y1 {
    font-size: 35px;
    text-align: center;
    background-color: #7b8eb9;
    color: #fff;
}

.promise_left img {
    width: 100%;
}

.address_sk {
    background-color: #788ebc;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 26px;
    line-height: 1.5em;
}

.dwn {
    width: 300px;
    background-color: #788ebc;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}

.dwn p {
    font-weight: bold;
}

a {
    text-decoration: none;
}

.contents2_8{
    margin: 20px 0;
    font-size: 23px;
    text-align: center;
    background-color: #738ec0;
    color: #fff;
    padding: 10px;
}

.contents2_9{
    font-size: 16px;
}

section#top_news h3, section#top_news2 h3 {
    text-align: center;
    padding-bottom: 30px;
}
section#top_news .wrapper .news_wrap, section#top_news2 .wrapper .news_wrap {
    padding: 70px 0;
    background: rgba(255, 255, 255, 1);
}
section#top_news .wrapper ul.news_cont, section#top_news2 .wrapper ul.news_cont {
    margin: 30px 200px 0;
}
section#top_news .wrapper ul.news_cont li, section#top_news2 .wrapper ul.news_cont li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #8f8f8f;
}
section#top_news .wrapper ul.news_cont .date, section#top_news2 .wrapper ul.news_cont .date {
    float: left;
    margin-right: 40px;
    background: #8eadd4;
    color: #fff;
    font-size: 12px;
    padding: 3px;
    line-height: 1.0;
    width: 125px;
    text-align: center;
    box-sizing: border-box;
}
section#top_news .wrapper ul.news_cont .title, section#top_news2 .wrapper ul.news_cont .title {
    float: left;
    width: 395px;
    font-size: 13px;
    line-height: 20px;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.more_btn {
    text-align: center;
}
.more_btn a, .more_btn2 a, .more_btn3 a, .more_btn4 a {
    width: 250px;
}
.more_btn a, .more_btn2 a, .more_btn3 a, .more_btn4 a {
    background: #8eadd4;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: #8eadd4;
    border: 2px solid #8eadd4;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}
.more_btn_top a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: #d48e8e;
    border: 2px solid #d48e8e;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}
.more_btn a:hover, .more_btn2 a:hover, .more_btn3 a:hover, .more_btn4 a:hover {
    background-color: #fff;
    border-color: #8eadd4;
    color: #8eadd4;
}
.more_btn_top a:hover {
    background-color: #fff;
    border-color: #d48e8e;
    color: #d48e8e;
}

.title a {
    color: #788ebc;
}

.lower_main .h2_wrap .wrapper {
    display: table;
    margin: 50px auto;
}
.lower_main .h2_wrap .box {
    display: table-cell;
    vertical-align: middle;
}
.lower_main h2 {
    font-size: 30px;
    padding: 0;
    text-align: center;
    margin: 0 0 15px;
}
.lower_main .h2_wrap h2 {
    margin: 0;
    padding: 0;
}
.lower_main section .wrapper > section {
    margin-bottom: 40px;
}
.article_list {
    margin-bottom: 30px;
}
.article_list.float_left li, .article_list.float_right li, .article_list.no_image li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.article_list.no_image .article_contents {
    width: 100%;
}
.lower_main h4 {
    margin: 0 0 20px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 17px 20px 14px;
    position: relative;
    /*background: url(/images/common/wood5.png) repeat 0 0;*/
}
.article_list.float_left li .article_contents .date, .article_list.float_right li .article_contents .date, .article_list.no_image li .article_contents .date {
    margin-top: -5px;
    margin-bottom: 15px;
    background: #40a659;
    text-align: center;
    color: #fdfdfd;
    width: 105px;
    line-height: 1.0;
    padding: 4px 15px;
    font-size: 12px;
}
.article_list .text {
    padding: 15px 25px 20px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.article_list.float_left li .article_contents .text, .article_list.float_right li .article_contents .text, .article_list.no_image li .article_contents .text {
    margin-bottom: 20px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}
.tx-center {
    text-align: center !important;
}
.more_btn3 a {
    width: 250px;
}
.article_list li a {
    text-decoration: none;
    display: block;
    position: relative;
}
.article_list.float_left li .article_contents .more_btn3 a, .article_list.float_right li .article_contents .more_btn3 a, .article_list.no_image li .more_btn3 a {
    display: inline-block;
}
.detail_box_wrap {
    margin-bottom: 20px;
    text-align: center;
}
.detail_box3 li {
    width: 32%;
    margin-left: 1%;
}
.detail_box_wrap .detail_box2 li, .detail_box_wrap .detail_box3 li, .detail_box_wrap .detail_box4 li {
    float: left;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
}
.detail_box3 li:first-child, .detail_box3 li:nth-child(3n+1) {
    margin-left: 0%;
}
.detail-date-ctgr {
    background: #fafafa;
    padding: 20px;
    margin: 0 auto 20px;
}
.detail-date-ctgr .date {
    float: right;
}
.info-box {
    margin: 0 auto 40px;
    background: #fdfdfd;
    padding: 20px;
}

.btn_area input {
    display: none;
}

.btn_area label {
    padding: 15px 50px;
    font-size: 18px;
    cursor: pointer;
    background: #dedede;
    color: #869198;
    line-height: 1;
    transition: .2s;
}

.btn_area input[type="radio"]:checked + .switch {
    background-color: #86add7;
    color: #fff;
}

.admin_table th:first-child {
    width: 15%;
}

.admin_table th:nth-child(3) {
    width: 10%;
}

.admin_table th:last-child {
    width: 10%;
}

.main_image img {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.main_image {
    width: 100%;
    height: 600px;
    background: url('/images/mv1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

img.logo {
    width: 300px;
    margin: 0;
}

.headerarea {
    background-color: rgba(255,255,255,0.5);
    padding: 5px;
    padding-left: 30px;
}

.backimg {
    background: url(/images/backimage1.png);
    width: 1000px;
    margin: 0 auto;
}

.tabs {
    padding-bottom: 40px;
    background-color: rgba(128,200,255,0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #fff;
}

.w50 {
    width: 48%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.float_none {
    float: none;
    margin: 20px 0;
}

.backColor1 img {
    width: 100%;
    position: relative;
    bottom: 50px;
    left: 50px;
    border: 1px solid #c3c3c3;
}

.backColor1 {
    background-color: #436ca9;
    height: 450px;
    margin-top: 50px;
    margin-right: 50px;
}

.backColor3 img {
    width: 100%;
    position: relative;
    bottom: 50px;
    right: 50px;
    border: 1px solid #c3c3c3;
}

.backColor3 {
    background-color: #436ca9;
    height: 450px;
    margin-top: 50px;
    margin-left: 50px;
}

.secondarea {
    padding: 80px 0;
    color: #fff;
}

.secondarea2 {
    padding: 80px 0;
    color: #626262;
}

.tabs2 {
    padding-bottom: 40px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #626262;
    margin-top: 190px;
}

.faqpop {
    background-color: rgba(255,255,255,0.7);
    padding: 80px;
    color: #626262;
}

.faqpop2 h3 {
    background-color: #788ebc;
    color: #fff;
    padding: 5px 15px;
    font-size: 19px;
}

.faqpop2 p {
    padding: 5px 15px 15px;
    font-size: 18px;
}

.form_btn_area {
    width: 150px;
    margin: 30px auto 0;
}

.form_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 2em;
    text-decoration: none;
    border-left: solid 4px #668ad8;
    border-right: solid 4px #668ad8;
    color: #668ad8;
    background: #e1f3ff;
    transition: .4s;
    cursor: pointer;
    font-size: 20px;
}

.form_btn:hover {
    background: #668ad8;
    color: #FFF;
}

.foot_area {
    height: 600px;
    background: url('/images/fv.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.foot_area2 {
    height: 600px;
    background-color: rgba(0,0,0,0.3);
}

.form_btn2 {
    width: 500px;
    margin: 0 auto;
}

.foot_text {
    text-align: center;
    padding-top: 200px;
}

.foot_text .ft1 {
    color: #fff;
    font-size: 37px;
}

.foot_text .ft2 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 30px;
}

.form_btn2 a {
    background: #8eadd4;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    position: relative;
    text-decoration: none;
    background-color: #8eadd4;
    border: 2px solid #8eadd4;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 10px 80px 10px;
    box-sizing: border-box;
    text-align: center;
}

.form_btn2 a:hover {
    background-color: #fff;
    border-color: #8eadd4;
    color: #8eadd4;
}

.more_btn5 {
    width: 250px;
    margin: 20px auto 0;
}

.more_btn5 a {
    width: 250px;
}

.more_btn5 a {
    background: #fff;
    color: #8eadd4;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #8eadd4;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.more_btn5 a:hover {
    background-color: #8eadd4;
    border-color: #fff;
    color: #fff;
}

.backimg2 {
    height: 700px;
    background: url('/images/cv.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.backColor2 {
    height: 700px;
    background-color: rgba(0,0,0,0.3);
}

.thirdarea {
    text-align: center;
}

.pt0 {
    margin-top: 0;
}

.main_color {
    background-color: #7eb2ff;
}

p.comment {
    font-size: 15px;
}

.headerback {
    background-color: #cee3f9;
}

.headerarea2 {
    width: 300px;
    padding: 5px;
    padding-left: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt0 {
    margin-top: 0;
}

.radioClub input[type="radio"], .checkClub input[type="checkbox"] {
    display: none;
}

.radioClub ul, .checkClub ul {
    padding: 10px;
}

.radioClub label, .checkClub label{
    cursor: pointer;
    margin: 0;
    color: #626252;
    font-size: 16px;
    transition: .2s;
}

.radioClub label::before {
    content: "○";
    color: #626262;
    padding-right: 1em;
}

.checkClub label::before {
    content: "□";
    color: #626262;
    padding-right: 1em;
}

.radioClub input[type="radio"]:checked + .switch5, .checkClub input[type="checkbox"]:checked + .switch5 {
    color: #8eadd4;
}

.radioClub input[type="radio"]:checked + .switch5::before {
    content: "◉";
    color: #8eadd4;
    font-weight:bold;
}

.checkClub input[type="checkbox"]:checked + .switch5::before {
    content: "☑︎";
    color: #8eadd4;
    font-weight:bold;
}

.checkClub2 input[type="checkbox"] {
    display: none;
}

.checkClub2 ul {
    padding: 10px;
}

.checkClub2 label{
    cursor: pointer;
    margin: 0;
    color: #f00;
    font-size: 16px;
    transition: .2s;
}

.checkClub2 label::before {
    content: "□";
    color: #f00;
    padding-right: 1em;
}

.checkClub2 input[type="checkbox"]:checked + .switch5 {
    color: #8eadd4;
}

.checkClub2 input[type="checkbox"]:checked + .switch5::before {
    content: "☑︎";
    color: #8eadd4;
    font-weight:bold;
}

.a-head input[type="text"].others {
    width: calc(100% - 120px);
}

.a-head textarea {
    width: 100%;
    height: 5em;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #dedede;
    background-color: #f0f0f0;
    box-sizing: border-box;
    border-radius: unset;
}

button {
    background: #8eadd4;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #8eadd4;
    border: 2px solid #8eadd4;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    float: right;
    width: 200px;
    margin: 20px;
    cursor: pointer;
}

button:hover {
    background-color: #fff;
    border-color: #8eadd4;
    color: #8eadd4;
}

.no {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: #d48e8e;
    border: 2px solid #d48e8e;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.no:hover {
    background-color: #fff;
    border-color: #d48e8e;
    color: #d48e8e;
}

.two {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: #83c091;
    border: 2px solid #83c091;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.two:hover {
    background-color: #fff;
    border-color: #83c091;
    color: #83c091;
}

.answer_comp {
    padding: 40px 100px;
}

.req {
    color: #fff42c;
    font-size: 12px;
    padding-left: 1em;
}

.admin_table button, .admin_table2 button, .admin_table4 button{
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
}

.admin_table3 button {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
    font-size: 10px;
}

.admin_table2, .admin_table3, .admin_table4 {
    border-collapse: collapse;
    margin: 10px auto;
    width: 100%;
    font-size: 13px;
}

.admin_table3 {
    font-size: 10px;
}

.admin_table2 th, .admin_table3 th, .admin_table4 th {
    background-color: #5a80a9;
    color: #ffffff;
    border: 1px solid;
}

.admin_table2 td, .admin_table3 td, .admin_table4 td {
    border: 1px solid;
    padding: 5px;
    text-align: center;
}

.admin_table2 th:first-child {
    width: 15%;
}
.admin_table2 th:nth-child(2) {
    width: 10%;
}
.admin_table2 th:nth-child(3) {
    width: 20%;
}
.admin_table2 td:nth-child(4) {
    text-align: left;
}
.admin_table2 th:nth-child(5) {
    width: 8%;
}
.admin_table2 th:last-child {
    width: 8%;
}

.admin_table3 th:first-child {
    width: 7%;
}
.admin_table3 th:nth-child(4) {
    width: 10%;
}
.admin_table3 th:nth-child(5) {
    width: 7%;
}
.admin_table3 th:nth-child(6) {
    width: 5%;
}
.admin_table3 th:nth-child(7) {
    width: 10%;
}
.admin_table3 th:nth-child(8) {
    width: 15%;
}
.admin_table3 th:nth-child(9) {
    width: 6%;
}
.admin_table3 th:nth-child(10) {
    width: 6%;
}
.admin_table3 th:nth-child(11) {
    width: 5%;
}
.admin_table3 th:nth-child(12) {
    width: 5%;
}
.admin_table3 th:nth-child(13) {
    width: 5%;
}
.admin_table3 th:last-child {
    width: 5%;
}


.admin_table4 th:first-child {
    width: 15%;
}
.admin_table4 th:nth-child(2) {
    width: 10%;
}
.admin_table4 th:nth-child(3) {
    width: 10%;
}
.admin_table4 td:nth-child(4) {
    text-align: left;
}
.admin_table4 th:nth-child(5) {
    width: 8%;
}
.admin_table4 th:nth-child(6) {
    width: 8%;
}
.admin_table4 th:nth-child(7) {
    width: 8%;
}
.admin_table4 th:nth-child(8) {
    width: 8%;
}
.admin_table4 th:last-child {
    width: 8%;
}


.a-head p {
    border: 1px solid #dedede;
    padding: 5px;
    font-size: 14px;
}

.a-head2 p {
    padding: 5px;
    font-size: 14px;
}

.relative {
    position: relative;
}

.copy_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.q-head.heading {
    background-color: #fff;
    border: 4px double #7b8eb9;
}

.no_answer {
    background-color: #a7a4a4;
    color: #cecece;
}

.completed {
    background-color: #d4d3d3;
}

.select_btn {
    padding: 15px 0px;
    margin: 0 0 10px 0;
    font-size: 10px;
    cursor: pointer;
    background: #dedede;
    color: #869198;
    border-color: #869198;
    line-height: 1;
    float: none;
    width: 100px;
    position: relative;
}

.dc_btn {
    padding: 5px;
    width: auto;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    background: #dedede;
    color: #869198;
    border-color: #869198;
    line-height: 1;
    float: none;
}

.select_btn.now_page, .dc_btn.now_page {
    background-color: #86add7;
    color: #fff;
    border-color: #8eadd4;
}

.completed_span {
    background: #ffa500;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    margin-left: 0.5em;
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background: rgba(5,5,5,0.8);
    opacity: 0;
    transition:all .3s;
    transform: scale(0);
    display: none;
}

.popup.is-active {
    transform: scale(1);
    opacity: 1;
    display: block;
}

.popup_content {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #626262;
    width: 95vw;
    height: 95vh;
    border-radius: 5px;
}

.popup_content2 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1000px;
}

button.back_btn {
    background: #efb8b8;
    width: 50px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 30px;
    line-height: 0;
}

.status {
    float: none;
}

.status_btn {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 3px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.pagebutton {
    text-align: center;
}

.pagebutton li {
    display: inline-block;
    background-color: #5a80a9;
    border: 2px solid #5a80a9;
}

.pagebutton a {
    color: #fff;
    padding: 5px 10px;
    display: block;
}

.pagebutton li.now {
    background: #fff;
}

.pagebutton .now a {
    color: #5a80a9;
}

li.nami {
    background: unset;
    border: unset;
}

/* 検索画面 */
.search_area {
    padding: 10px 20px;
    background-color: #cee3f9;
    margin-top: 10px;
}

.search_area {
    padding: 10px 20px;
}

.search_list {
    display: inline-block;
}

.search_list input[type="text"] {
    border: 1px solid #ccc;
    padding: 5px;
    width: 400px;
}

.search_list button {
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    font-weight: normal;
    width: auto;
    height: auto;
    float: none;
}

.admin_table tr:hover td, .admin_table2 tr:hover td {
    background-color: #e0eaef;
}

.q-head.heading h4 {
    color: #7b8eb9;
}

.mb10 {
    margin-bottom: 10px;
}

.dsc_info {
    font-size: 13px;
    padding: 10px;
    margin: 5px 0;
    background-color: #eef6ff;
}

.dsc_info2 {
    width: 100%;
    font-size: 13px;
    padding: 10px;
    margin: 5px 0;
    background-color: #fffde1;
}

.dsc_info p {
    font-size: 13px;
}

.grayout {
    background-color: #f3f3f3;
    color: #d48e8e;
}

.grayout2 {
    background-color: #f1cbcb;
    border: 2px solid #d48e8e;;
    color: #d48e8e;
}

.grayout2:hover {
    background-color: #f1cbcb;
    border-color: #d48e8e;
    color: #d48e8e;
}

.s_monthly, .h_monthly {
    text-align: right;
    border: 1px solid #ccc;
    padding-right: 0.2rem;
    width: 100%;
}

.success_area {
    border-radius: 5px;
    padding: 15px;
    background-color: #dbf3db;
    color: #5d865d;
    text-align: center;
}

.success_area p {
    font-size: 18px;
}

.f_L {
    float: left;
}

.f_R {
    float: right;
}

.target_value p {
    font-size: 16px;
}

.site_domain {
    text-align: right;
    font-size: 14px;
    color: #979797;
}

.form_list {
    margin: 0;
    height: 70px;
    border-left: 2px solid #fff;
}

.form_list_area {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: 200px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #8eadd4;
    height: 0;
    opacity: 0;
    transition: 0.5s;
}

.form_list_on {
    display: block;
    height: auto;
    opacity: 1;
    z-index: 100;
}

.form_list_area li {
    background-color: #8eadd4;
    border-bottom: 3px solid #fff;
    padding: 5px;
}

.form_list_area li:hover {
    background-color: #fff;
    border-bottom: 3px solid #8eadd4;
}

.form_list_area li:last-child {
    border-bottom: none;
}

.form_list_area li a {
    display: block;
    color: #fff;
}

.form_list_area li a:hover {
    color: #8eadd4;
}

.mb40 {
    margin-bottom: 40px;
}

select {
    font-size: 16px;
    padding: 2px;
}

.contact_area {
    padding-bottom: 10px;
}

input#itemOther, input#otherItem {
    width: calc(100% - 100px);
}

.mikan {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #d48e8e;
    padding: 2px;
    color: #fff;
    border-radius: 50%;
    min-width: 19px;
    font-size: 14px;
}

.tmp {
    background-color: #f7d5d5;
}

.btn_area3 {
    overflow: hidden;
    width: 730px;
    margin: 0 auto;
}

.logintext {
    width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    font-size: 16px;
    padding: 5px;
}

.p10 {
    padding: 10px;
}

/*予約管理 Excelダウンロードボタン調整用*/
.excel_dl {
   margin: 20px auto;
}

.excel_dl a{
   width: 500px;
}

.redkome {
    color: #f00;
}

.center {
    text-align: center;
}

.pad_10 {
    padding: 10px; 
}

/*更新代行2のデザイン*/
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.red_frame {
    border: 2px solid #cf3b3b;
    margin-top: 5em;
    padding-bottom: 2em;
}

.red_frame h3{
    margin: 0;
    padding: 0.5em 0;
    background-color: #cf3b3b;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.red_frame p{
    margin: 1em 3%;
    font-size: 18px;
}

.lightBlue_frame {
    background-color: #eef6ff;
    padding: 45px;
}

.white_flame {
    background-color: #fff;
    margin-bottom: 5em;
}

.white_flame h3{
    margin: 0;
    padding: 0.5em;
    color: #000;
    font-size: 20px;
}

.white_flame p{
    margin: 1em 3%;
    font-size: 18px;
}

.white_flame img{
    width: 100%;
}

.yellowGreen_frame {
    border: 2px solid #64a01d;
    background-color: #fff;
    margin-top: 5em;
}

.yellowGreen_frame h3{
    margin: 0;
    padding: 0.5em 0;
    background-color: #64a01d;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.yellowGreen_frame p{
    margin: 1em 3%;
    font-size: 18px;
}

.yellowGreen_frame figure{
    margin: 0;
}

.yellowGreen_frame img{
    width: 100%;
}

.orange_frame {
    border: 2px solid #ee9124;
    background-color: #fff;
    margin-top: 3em;
    margin-bottom: 2em;
}

.orange_frame h3{
    margin: 0;
    padding: 0.5em 0;
    background-color: #ee9124;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.orange_frame p{
    margin: 1em 3% 3em;
    font-size: 18px;
}

.gray_frame {
    border: 2px solid #ccc;
    margin-bottom: 3em;
}

.gray_frame h3{
    margin: 0;
    padding: 0.5em 0;
    color: #000;
    text-align: center;
    font-size: 20px;
}

.gray_frame p{
    margin: 1em 3%;
    font-size: 18px;
}

.form_frame {
    padding: 1em 0;
    border: 2px solid #000;
}

.w95 {
    width: 95%;
    margin: 2em auto;
}

.mb50 {
    margin-bottom: 50px;
}

.pl5 {
    padding-left: 5px;
}

.plr15p {
    padding-left: 15%;
    padding-right: 15%
}

/*祝日設定ページ*/
.holiday input {
    width: 50%;
    font-size: 16px;
    padding: 7px;
    margin: 2% 0px 2% 20%;
    display: block;
    border: solid 1px #d6d6d6;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.cl-both {
    clear: both;
}

.alert_area {
    border-radius: 5px;
    padding: 15px;
    background-color: #fddfdf;
    color: #c14444;
    text-align: center;
}
