/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* フォント指定 */

body {
    font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

/*　コンテンツ枠 */

#lpitem h1,
#lpitem h2,
#lpitem h3,
#lpitem h4,
#lpitem h5,
#lpitem h6 {
    margin: 0px;
    padding: 0px;
}

/* セクション */

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8 {
    overflow: hidden;
    margin-top: 0px;
    padding: 80px 0px 0px 0px;
}

#section1 {
    margin: 30px 0;
    padding-bottom: 30px;
}

/* 横幅 */

.wbox1 {
    width: 1100px;
    margin: auto;
}

/* 3カラム */

.flexbox1 {
    display: flex;
    justify-content: space-between;
}

.boxcolom1 {
    margin-bottom: 0rem;
    padding: 0rem;
    width: 25%;
}

.boxcolom1 h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .flexbox1 {
        flex-direction: column;
    }

    .boxcolom1 {
        width: 100%;
    }
}

.boxcolom2 {
    margin-bottom: 0rem;
    padding: 0rem;
    width: 5px;
}

.boxcolom2 h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .flexbox1 {
        flex-direction: column;
    }

    .boxcolom2 {
        width: 100%;
    }
}


/*
.box1 {
    margin-bottom: 10px;
}
.box2 {}
.box1,.box2,.box3 {
    padding: 2%;
    border-radius: 10px;
}
*/

.box5-1 {
    margin-bottom: 10px;
}

.box5-2 {}

.box5-1,
.box5-2,
.box5-3,
.box5-4{
    padding-left: 0.5%;
}

/* チェックボック */

input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #222;
}

/* 2カラム 画像を左右交互に配置する */

.contents-wrap2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contents-wrap2:nth-child(odd) {
    flex-direction: row-reverse;
}

.contents-text2 {
    width: 55%;
    /*flex: 2;*/
    padding-top: 50px;
}

.contents-img2 {
    width: 40%;
    /*flex: 1;*/
}

.contents-text2 h3 {
    margin-bottom: 30px !important;
    font-weight: 600;
}

.contents-text2 strong {
    font-weight: 600;
}

.contents-img2 img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .contents-wrap2,
    .contents-wrap2:nth-child(odd) {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .contents-text2,
    .contents-img2 {
        width: 96%;
        /*flex: 1;*/
    }

    .contents-text2 {
        padding: 3rem;
    }

    .contents-text2 h3 {
        text-align: center;
        margin-bottom: 00px !important;
    }

    .contents-text2 {
        width: 96%;
        /*flex: 2;*/
        text-align: left;
        line-height: 150%;
        padding: 2% 0;
    }
}

/* 画像を左右交互に配置する */

.contents-wrap1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding-bottom: 30px;
    border-bottom: 1px dotted #555;
}

.contents-wrap1:nth-child(odd) {
    flex-direction: row-reverse;
}

.contents-text1 {
    width: 75%;
    /*flex: 2;*/
    text-align: left;
    line-height: 150%;
}

.contents-img1 {
    width: 20%;
    /*flex: 1;*/
}

.contents-text1 h3 {
    padding: 20px 0;
    text-align: left !important;
}

.h3-title {
    font-weight: 600;
    color: #164170;
}

.contents-text1 h4 {
    text-align: left;
    margin-bottom: 20px !important;
}

.h4-title {
    font-weight: 600;
    color: #164170;
}

.contents-img1 img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .contents-wrap1 {
        display: flex;
        margin-bottom: 2rem;
    }
    .contents-wrap1,
    .contents-wrap1:nth-child(odd) {
        flex-direction: column;
    }

    .contents-text1,
    .contents-img1 {
        width: 100%;
        /*flex: 1;*/
    }

    .contents-text1 {
        width: 96%;
        /*flex: 2;*/
        text-align: left;
        line-height: 150%;
        padding: 2%;
    }
    .contents-text1 h2 {
        text-align: center;
    }
}

/* Responsive */

@media ( min-width: 600px) {
    .flexbox {
        display: -webkit-flex;

    }
    .box1 {
        margin: 0 10px 0 0;
    }
}

/* セクション コンテンツ */

.boxbg1 {
    background-color: #efefef;
    margin-top: 50px !important;
}

.text-center {
    text-align: center;
}

.title-h3-1 h3 {
    position: relative !important;
    padding: 0.7em !important;
    background: #164170 !important;
    color: white !important;
    margin-bottom: 30px !important;
}

.title-h3-1 h3::before {
    position: absolute !important;
    content: '' !important;
    top: 100% !important;
    left: 0 !important;
    border: none !important;
    border-bottom: solid 15px transparent !important;
    border-right: solid 20px rgb(149, 158, 155) !important;
}

.box6 {
    padding-bottom: 30px;
}

/* サービスラインナップ */

.itembox5 {
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 0px 0;
    width: 95%;
    background: #f1f1f1;
}

.itembox5-1 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px !important;
    margin: 0 0 0 -20px !important;
    width: calc(100% + 20px);
    font-size: 22px;
    color: white;
    background: #164170;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.itembox5-1:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #6081b7;
}

.itembox5-2 {
    padding: 30px 30px 30px 30px;
}

@media only screen and (max-width:480px) {
    .itembox5 {
        display: block;
        position: relative;
        margin: 10px auto;
        padding: 0;
        width: 96%;
        background: #f1f1f1;
    }
    .itembox5-1 {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        padding: 10px 0 !important;
        margin: 0 0 0 -10px !important;
        width: calc(100% + 20px);
        font-size: 22px;
        color: white;
        background: #164170;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }
    .itembox5-2 {
        padding: 3% 2%;
    }
    .itembox5 th,
    .itembox5 td {
        width: 100%;
        display: block;
        border-top: none;
    }
    .itembox1 th,
    .itembox1 td {
        padding: 5px 0 !important;
    }
}

/* ヘッダー */

#headerbox {
    padding: 15px 0;
}

#headerbox header {
    width: 1100px;
    margin: auto;
}

#headerbox header h1 {
    font-weight: bold !important;
    color: #164170;
}

.subtitle {
    width: 1100px;
    margin: auto;
    padding: 0 0 30px 10px;
}

.header {
    display: flex;
    align-items: center;
}

#headerbox li {
    margin: 0px;
    padding: 0px;
}

.lead-r {
    width: 500px;
}

.lead-r1 {
    font-size: 13px;
    width: 180px;
}

.lead-r2 {
    width: 250px;
}

.lead-r3 {
    width: 80px;
}

.lead-r3 img {
    width: 80px;
}

.lead-r1-1 {
    display: block;
}

.header h1 {
    margin-right: auto;
}

.header ul {
    display: flex;
}

.header li {
    margin-left: 3rem;
}

@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
    }
    .header ul {
        display: block;
    }
    .header h1 {
        margin: 0.5rem auto;
    }

    .header li {
        margin: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .header li {
        margin: 0 .5rem;
        font-size: 1.2rem;
    }
    .lead-r {
        width: 100%;
        text-align: center;
    }
    .lead-r span {
        display: block;
    }
    .lead-r1 {
        width: 100%;
    }
    .lead-r1-1 {
        width: 100%;
        background-color: #eee;
        padding: 5px 0 !important;
        margin-bottom: 5px;
        font-size: 70%;
    }
    .lead-r2 {
        width: auto;
        padding: 10px 0 !important;
    }
    .lead-r3 {
        width: auto;
    }
    .lead-r3 img {
        width: auto;
    }
}

#banner {
    padding: 0px;
    margin: 0px;
}

#banner img {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.arrow1 {
    margin-top: -5px;
    border-top: 8px solid #164170;
    text-align: center;
}

.service-item {
    line-height: 150%;
}

.service-item .service-header {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px dotted #222;
}

.service-item h3 {}

.service-item .service-description {
    height: 180px;
}

.service-item .service-img1 {
    text-align: center;
}

.service-item img {}

.wbox1 h2 {
    text-align: center;
}

.wbox1 h3 {
    text-align: center;
}

.maintitle1 {
    margin: 70px 0 0;
}

h4 {
    text-align: center;
    padding-top: 20px !important;
}

.titleline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 15px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.triangleb1 {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #164170;
    margin: 0 auto 20px;
}

.triangleb2 {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #164170;
    margin: 0 auto 20px;
}

.h2-box {
    background-color: #164170;
    padding: 20px 0;
    color: #fff;
}

.h2-title1 {
    padding-bottom: 5px;
}

.h2-title2 {
    font-weight: 600;
}

.itembox1 {
    padding: 30px;
    border: 1px solid #164170;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.itembox1 table {
    width: 100%;
}

.itembox1 th,
.itembox1 td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px dotted #555;
}

.itembox1 th {
    width: 25%;
}

.itembox1 th p {
    border-left: 5px solid #164170;
    padding: 3px 5px
}

.itembox1 td {
    line-height: 150%;
}

.itembox1-1 {
    font-weight: 600;
}

.itembox2 {
    padding-left: 5px;
}

.boxr-1 {}

.boxr-1 img {}

.boxr-2 {
    overflow: hidden;
    width: 88%;
    height: 230px;
    margin-top: 5%;
    padding: 3%;
    background-color: #efefef;
}

.boxr-2 .boxr-2-1 {
    background-color: #fff;
    text-align: center;
    height: 170px;
}

.boxr-2 img {
    padding-top: 30px;
    width: 126px;
    margin: auto;
}

.boxr-2 .boxr-2-2 {
    text-align: center;
    padding: 20px 0 10px;
}

ul.list1 {
    margin-left: 25px;
}

.list1 li {
    list-style: disc;
}

.list1-d1 {
    margin-bottom: 20px;
}

.itembox3-1 {
    width: 950px;
    margin: auto;
}

.itembox3-1 dl {
    margin: 10px;
    padding: 0;
    counter-reset: count 0;
}

.itembox3-1 dt {
    margin-top: 0px;
    line-height: 100%;
    padding-bottom: 10px;
}

.itembox3-1 dd {
    border-top: 2px dotted #888;
    margin: 10px 0;
    padding: 20px;
    counter-reset: count 0;
    line-height: 180%;
}

.itembox3-1 ul {
    margin-left: 20px;
}

.itembox3-2 {
    padding: 50px 0 0;
}

.itembox3-2 table {
    width: 100%;
    text-align: center;
}

.itembox3-2 td,
.itembox3-2 th {
    padding: 20px 15px;
    border: 1px solid #555;
}

.itembox4 {
    padding: 0 50px;
    line-height: 180%;
}

.itembox4-2 {
    overflow: hidden;
    margin-top: 50px;
    padding: 30px 50px;
    background-color: #eee;
}

.itembox4-2-left {
    float: left;
    width: 120px;
    padding-top: 10px;
}

.itembox4-2-right {
    float: right;
    width: 830px;
    text-align: left;
}

.itembox4-2-right table {
    width: 100%;
}

.itembox4-2-right th,
.itembox4-2-right td {
    padding: 10px 20px 10px 0px;
}

.itembox4-2-right th {
    width: 120px;
}

.itembox4-2-r1 {
    font-size: 13px;
    margin-top: 10px;
}

.itembox4-2-r2 {
    margin-top: 20px;
}

.itembox4-2-r2 span {
    margin-right: 50px;
}

.tr1 th {
    background-color: #5796d7;
    color: #fff;
}

.th1 {
    font-weight: 600;
    background-color: #fffac1;
}

.th1-1 {
    font-size: 24px;
}

p.class-p1 {
    font-weight: 600;
    padding: 10px 0;
}

.numberlist1 {
    background-color: #164170;
    color: #fff;
    padding: 0 10px;
    margin-right: 5px;
}

.up1 {
    margin-top: 50px;
}


/* Q＆A */

.itembox3 {
    overflow: hidden;
    padding: 20px 80px 0 80px;
}

.itembox3-2 dl {
    width: 100%;
    overflow: hidden;
    _zoom: 1;
}

.itembox3-2 dt,
.itembox3-2 dd {
    color: #444;
    margin: 0 0 0px 0;
    padding-left: 2.5em;
    line-height: 1.5em;
    background: none no-repeat left top;
    min-width: 40px;
    min-height: 55px;
}

.itembox3-2 dt {
    background: url(images/q-mark1.png) no-repeat;
    background-position: 0 10px;
    border-top: 1px dashed #c4c4c4;
    padding-top: 15px;
    margin-top: 10px;
}

.itembox3-2 dd {
    background: url(images/a-mark1.png) no-repeat;
    overflow: hidden;
    margin-bottom: 20px;
}

.itembox3 ul {
    list-style: decimal;
    margin-left: 30px;
}

/* 代表メッセージ */

span.ct2 {
    display: block;
    margin-bottom: 10px;
}

/* お問い合わせボタン */

.info1 {
    padding-top: 20px;
    text-align: center;
}

.info1 label {
    float: left;
    padding-right: 20px;
}

.info1 dd {
    text-align: left;
}

.info1-1 {
    padding-bottom: 30px;
}

.box6 h2{z-index: 0;}
.box6 .info1-3{z-index: 100;text-align: center !important;margin-top: -25px;}
.info1-3 a{font-size: 18px;color: #DC143C;}
.info1-3 img{width: 16px;}

/* IR広告への活用事例 */

.irlink {
    background-color: #F79A23;
    width: 400px;
    padding: 15px 0 10px 0;
    text-align: center;
    margin: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: linear-gradient(#F8BC4C, #FF8C00 ) fixed;
}

.irlink a {
    color: #fff;
    font-size: 30px !important;
    text-decoration: none;
    font-weight: 600;
}

/* フッター */

#section9 {
    background-color: #164170;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}

/* フォントサイズ */

.fnt24 {
    font-size: 24px;
}

.fnt36 {
    font-size: 36px;
}

.fnt38 {
    font-size: 38px;
}

.fnt48 {
    font-size: 48px;
}

/* ページトップ */

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.upb {
    color: #5796d7;
}

/*iPhone 5, 5s, seに適用させたいCSSを記述*/

@media screen and (max-width:320px) {
    body {
        font-size: 13px;
    }
    .wbox1 {
        width: 96%;
        margin: auto;
    }

    /* tableレスポンシブ */
    .itembox1 {
        margin: 0;
    }
    .itembox1 th,
    .itembox1 td {
        width: 94%;
        display: block;
        border-top: none;
        padding: 10px;
    }
    #headerbox header {
        width: 100%;
        margin: auto;
    }
    .subtitle {
        width: 96%;
        margin: auto;
        padding: 0 0 0px 10px;
    }
    .itembox3 {
        overflow: hidden;
        padding: 0px;
    }
    .itembox3-1 {
        width: 98%;
        margin: auto;
    }
    .itembox3-2 {
        padding: 0;
    }
    .itembox4-2 {
        overflow: hidden;
        margin-top: 20px;
        padding: 10px;
        background-color: #eee;
    }
    .itembox4-2-left {
        float: none;
        width: 98%;
        padding-top: 10px;
        text-align: center;
    }
    .itembox4-2-right {
        float: none;
        width: 98%;
        text-align: left;
    }
    .itembox4-2-right th,
    .itembox4-2-right td {
        width: 100%;
        display: block;
        border-top: none;
    }
    .itembox4-2-right th {
        border-bottom: 1px dotted #888;
    }
    .itembox4-2-right td {
        padding: 10px
    }

}

/*9.7インチiPadに適用させたいCSSを記述*/

@media screen and (max-width:768px) {
    body {
        font-size: 14px;
    }
    .wbox1 {
        width: 96%;
        margin: auto;
    }
    .boximg {
        width: 96%;
        margin: auto;
    }
    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6,
    #section7,
    #section8 {
        overflow: hidden;
        margin-top: 0px;
        padding: 20px 0 0 0;
    }
    /* お問い合わせボタン */
    .info1 {
        padding: 30px 0;
        text-align: center;
    }
    .info1-1 {
        width: 90%;
        padding-bottom: 10px;
    }

    .service-item img {
        width: 100%;
    }
    .titleline {
        width: 96%;
        margin: auto;
    }

    .itembox1 {
        padding: 10px;
    }
    #headerbox {
        padding: 5px 0 15px 0;
        text-align: center;
        font-size: 13px;
    }
    #headerbox header {
        width: 98%;
        margin: auto;
    }
    .subtitle {
        width: 98%;
        margin: auto;
        padding: 0 0 0px 10px;
    }
    .maintitle1 {
        margin: 20px 0;
    }

    .numberlist1 {
        padding: 5px 5px 2px 8px;
        width: 15px;
        display: block;
        float: left;
    }
    .numberlist2 {
        padding-top: 5px;
        display: block;
    }

    .boxr-1 {
        text-align: center;
    }
    .boxr-2 {
        overflow: hidden;
        width: 93%;
        height: auto;
        margin-top: 5%;
        padding: 3%;
        background-color: #efefef;
    }

    .itembox3-2 table {
        width: 100%;
    }
    .itembox3-2 {
        overflow: auto;
        /*tableをスクロールさせる*/
        white-space: nowrap;
        /*tableのセル内にある文字の折り返しを禁止*/
    }
    .itembox3-2 ::-webkit-scrollbar {
        /*tableにスクロールバーを追加*/
        height: 5px;
    }
    .itembox3-2 ::-webkit-scrollbar-track {
        /*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }
    .itembox3-2 ::-webkit-scrollbar-thumb {
        /*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
    .box5-2,
    .box5-3 {
        margin-top: 30px;
    }
    .itembox3 {
        overflow: hidden;
        padding: 0px;
    }
    .itembox3-1 {
        width: 98%;
        margin: auto;
    }
    .itembox4 {
        padding: 0 10px;
        line-height: 180%;
    }
    .itembox4-1 {
        padding: 10px;
        border: 1px solid #ccc;
    }
    .itembox4-2 {
        overflow: hidden;
        margin-top: 20px;
        padding: 10px;
        background-color: #eee;
    }
    .itembox4-2-left {
        float: none;
        width: 98%;
        padding-top: 10px;
        text-align: center;
    }
    .itembox4-2-right {
        float: none;
        width: 98%;
        text-align: left;
    }
    .itembox4-2-right th,
    .itembox4-2-right td {
        width: 100%;
        display: block;
        border-top: none;
    }
    .itembox4-2-right th {
        border-bottom: 1px dotted #888;
    }
    .itembox4-2-right td {
        padding: 10px
    }

    /* フォントサイズ */
    .fnt24 {
        font-size: 20px;
    }
    .fnt36 {
        font-size: 28px;
    }
    .fnt38 {
        font-size: 30px;
    }
    .fnt48 {
        font-size: 36px;
    }
    
    /* IR広告への活用事例 */

    .irlink {
        background-color: #F79A23;
        width: 80%;
        padding: 15px 0 10px 0;
        text-align: center;
        margin: auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    .irlink a {
        color: #fff;
        font-size: 15px !important;
        text-decoration: none;
        font-weight: 600;
    }
    .info1-2{
        width: 80%;
        margin: auto;
    }
    .box6 .info1-3{z-index: 100;text-align: center !important;margin-top: 0px;}
    .info1-3 a{font-size: 12px;top: }

}

/*12.9インチiPad Proに適用させたいCSSを記述*/

@media screen and (max-width:1024px) {
    .wbox1 {
        width: 96%;
        margin: auto;
    }

    .itembox2 .flexbox {
        display: block;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {}

/* デスクトップのみ適用*/

@media screen and (min-width:768px) {
    .pc_none {
        display: none;
    }
    .box1,
    .box2,
    .box3,
    .box4{
        padding: 1%;
        border-radius: 10px;
        width: 25%;
    }
    .itembox1 {
        padding: 10px 30px 25px 30px;
    }
}

@media screen and (min-width:1025px) {}
