@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
*/
	#main_visual::before {
    content: "";
    background-image: url(../img/actionpoint_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .8;
    display: block;
    width: 100%;
    height: 70vh;
    position: absolute;
    background-position: center 0%;
}
.detail_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    font-family: monospace;
    color: #0d3e69;
    font-size: 1.2em;
    font-weight: bold;
}
.detail_li {
    width: 28%;
    margin: 1%;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    padding: 1.6%;
    background-color: #fff;
    letter-spacing: 1px;
}
.merit_ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 20px;
}
.merit_li {
    width: 30%;
    margin: 1%;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 2.5%;
    border-radius: 10px;
    border: 3px solid #0d3e69;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 5px, #ffffff 5px, #ffffff 10px);
}
.merit_sp {
    font-weight: bold;
    display: block;
    font-size: 2.2em;
    letter-spacing: 3px;
    margin-bottom: 5%;
    line-height: 1.2em;
    text-align: center;
}
.merit_image img {
    width: 62%;
    margin: 0 auto;
    padding: 3%;
    border-radius: 1000px;
}
#contents h2 {
    border: none;
    color: #0d3e69;
    font-size: calc(2.4rem + .5vw);
    padding: 80px 0 20px;
}
.merit_no {
    display: block;
    background-color: #0d3e69;
    position: relative;
    padding: 1%;
    top: -28px;
    text-align: center;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.boder {
    display: block;
    padding: 1%;
    border-bottom: 3px solid #000;
    border-top: 3px solid #000;
}
#contact {
    background-color: #12294e;
    background: linear-gradient(90deg, #0d3e69 21px, transparent 1%) center, linear-gradient(#174873 21px, transparent 1%) center, #2568a3;
    background-size: 22px 22px;
}
.sonohoka {
    line-height: 1.5;
    margin-bottom: 0em;
    font-weight: normal;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.2em;
}
.lightblue {
    background-color: #deeefb;
}
.lightorange {
    color: #ffc107;
}
.api {
    display: block;
    font-size: 0.4em;
    text-shadow: none;
    letter-spacing: 3px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    color: #fff;
    width: 80%;
    margin: 0 auto 10px;
    padding: 1%;
}
.gaiyou {
    width: 90%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.cpsslink {
    display: block;
    border: 7px solid #000;
    width: 80%;
    margin: 3.5% auto 0%;
    text-align: center;
    padding: 4%;
    border-radius: 100px;
    font-size: 1.8em;
    background-color: #ff751a;
    color: #fff;
    text-decoration: none;
}
.cpsslink:hover {
    opacity: 0.6;
}
.intro {
    display: block;
    font-size: 0.6em;
}
.contact_set h2 {
    color: #ffb96e !important;
}
a[href*="tel:"] {
    color: #ffb96e;
}
.cpss_overview_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}
.cpss_overview_li {
    width: 180px;
    background-color: #fff;
	border: 2px solid #ffefdd;
    height: 180px;
    text-align: center;
    border-radius: 100px;
    line-height: 180px;
    margin: 0 0.5%;
    font-size: 1.2em;
    letter-spacing: 2px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.cpss_overview_div {
    background-color: #ffefdd;
    padding: 3%;
    border-radius: 300px;
    background: repeating-linear-gradient(-45deg, #ffefdd, #ffefdd 5px, #ffffff 5px, #ffffff 10px);
    border: 6px dashed #ffa86e;
}
.cpss_overview_midasi {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1%;
    font-weight: bold;
}
.submidasi {
    display: block;
    margin-top: -8px;
    font-weight: normal;
    font-size: 0.7em;
}
.goodnews {
    text-align: center;
    margin: 10px 0 10px;
    font-size: 2em;
    font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
    color: #ffffff;
}
.case_study_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}
.case_study_link {
    display: block;
    width: 30%;
    text-align: center;
    border: 4px solid #000;
    margin: 1%;
    padding: 3%;
    text-decoration: none;
    color: #fff;
    background-color: #618485;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 100px;
    letter-spacing: 2px;
}
.case_study_link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 680px) {
.merit_ul {
    display: block;
    list-style: none;
    justify-content: center;
    margin-bottom: 20px;
}
.merit_li {
    width: 100%;
    margin: 10% 0;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 2.5%;
    border-radius: 10px;
    border: 3px solid #0d3e69;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 5px, #ffffff 5px, #ffffff 10px);
}
.detail_ul {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    font-family: monospace;
    color: #0d3e69;
    font-size: 1.2em;
    font-weight: bold;
}
.detail_li {
    width: 100%;
    margin: 1%;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    padding: 1.6%;
    background-color: #fff;
    letter-spacing: 1px;
}
.gaiyou {
    width: 100%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.cpsslink {
    display: block;
    border: 7px solid #000;
    width: 100%;
    margin: 6% auto 0%;
    text-align: center;
    padding: 5%;
    border-radius: 100px;
    font-size: 1.3em;
    line-height: 1.2em;
    background-color: #ff751a;
    color: #fff;
    text-decoration: none;
}
.cpss_overview_div {
    background-color: #ffefdd;
    padding: 4%;
    border-radius: 0px;
    border: 6px solid #ffa86e;
    border-style: dotted;
}
.submidasi {
    display: block;
    margin-top: 0px;
    font-weight: normal;
    font-size: 0.5em;
}
.cpss_overview_midasi {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1%;
    font-weight: bold;
    line-height: 1.2em;
}
.cpss_overview_li {
    width: 100%;
    background-color: #fff;
	border: 2px solid #ffefdd;
    height: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 100%;
    margin: 1%;
    font-size: 1.2em;
    letter-spacing: 2px;
    padding: 2%;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.goodnews {
    text-align: center;
    margin: 10px 0 10px;
    font-size: 1.5em;
    font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
    color: #ffffff;
}
#main_visual h1 {
    text-align: center;
    padding: 0;
    font-size: calc(2.5rem + .5vw);
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 1px 1px 10px rgb(0 0 0), 1px 1px 10px rgb(0 0 0), 1px 1px 10px rgb(0 0 0), 1px 1px 10px rgb(0 0 0);
    letter-spacing: 0.05em;
}
.case_study_ul {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}
.case_study_link {
    display: block;
    width: 100%;
    text-align: center;
    border: 4px solid #000;
    margin: 5% 0;
    padding: 3%;
    text-decoration: none;
    color: #fff;
    background-color: #618485;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 100px;
    letter-spacing: 2px;
}
}
