@charset "UTF-8";

/* --------------------------------------------------------------------- */
/* page */
/* --------------------------------------------------------------------- */

.page-otherArea{
	padding: 30px 0px 120px 0px;
}

.p-o-title1{
    font-size: 32px;
    line-height: 1.8;
}

.p-o-title2{
    font-size: 22px;
    line-height: 1.8;
    border-bottom: 4px solid #0060ad;
}

.p-o-title3{
    font-size: 20px;
    line-height: 1.8;
    background: #eeeeee;
    padding: 10px 20px 10px 20px;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.p-o-title3{
    font-size: 20px;
    line-height: 1.8;
    background: #eeeeee;
    padding: 14px 20px 6px 20px;
}
}

.p-o-title4{
    font-size: 20px;
    line-height: 1.8;
    color: #0060ad;
}

.p-o-title5{
    font-size: 22px;
    line-height: 1.8;
    border-bottom: 4px solid #0060ad;
}

.p-o-read1{
    font-size: 16px;
    line-height: 1.7;
}

.p-o-read2{
    font-size: 14px;
    line-height: 1.7;
}

.p-o-read3{
    font-size: 18px;
    line-height: 1.7;
}

.p-o-read4{
    font-size: 16px;
    line-height: 1.7;
}

.p-o-read2 span{
    padding: 0px 0px 0px 10px;
}

.p-o-link1{
    font-size: 16px;
    line-height: 1.7;
}

.p-o-link1 a{
    color: #000;
    text-decoration: underline;
    position: relative;
    padding: 0px 0px 0px 26px;
    display: inline-block;
}

.p-o-creadArea{
    border: 2px solid #aa0000;;
    padding: 20px;
    color: #aa0000;
}

.p-o-link1 a span{
    position: relative;
}

.p-o-link1 a span:before {
    width: 20px;
    height: 20px;
    content: "";
    background: #0060ad;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media all and (-ms-high-contrast: none) {
*::-ms-backdrop,
.p-o-link1 a span:before {
    width: 20px;
    height: 20px;
    content: "";
    background: #0060ad;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: -4px;
    bottom: 0;
    margin: auto;
}
}

.p-o-link1 a span:after{
    content: "";
    width: 4px;
    height: 4px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media all and (-ms-high-contrast: none) {
*::-ms-backdrop,
.p-o-link1 a span:after{
    content: "";
    width: 4px;
    height: 4px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: -19px;
    top: -4px;
    bottom: 0;
    margin: auto;
}
}

.p-o-link1 a:hover{
    text-decoration: none;
}

.p-o-link2{
    font-size: 16px;
    line-height: 1.7;
}

.p-o-link2 a{
    color: #0060ad;
    text-decoration: underline;
    padding: 0px 0px 0px 28px;
    display: inline-block;
}

.p-o-link2 a span{
    position: relative;
}

.p-o-link2 a span:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("/images/common/icon_blank.png") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    left: -28px;
    top: 1px;
    margin: auto;
}

.p-o-link2 a:hover{
    text-decoration: none;
}

.p-o-linkin1{
    text-decoration: underline;
    color: #0060ad;
}

.p-o-linkin1:hover{
    text-decoration: none;
}

.p-o-box1{
    margin: 30px 0px 0px 0px;
}

.p-o-box2{
    margin: 20px 0px 0px 0px;
}

.p-o-box3{
    margin: 10px 0px 0px 0px;
}

.p-o-box4{
    margin: 6px 0px 0px 0px;
}


.p-o-table1{
    margin: 0px ;
    padding: 0px;
    width: 100%;
    border-top:1px solid #d9d9d9;
}

.p-o-table1 tr th{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 16px 40px 16px 0px;
    white-space: nowrap;
    width: 160px;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.p-o-table1 tr th{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 20px 40px 12px 0px;
    white-space: nowrap;
    width: 160px;
}
}

.p-o-table1 tr td{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 16px 0px;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.p-o-table1 tr td{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 20px 0px 12px 0px;
}
}

.p-o-dl1{
    font-size: 16px;
    line-height: 1.8;
    width: 770px;
}

.p-o-dl1 dt{
    width: 20%;
}

.p-o-dl1 dd{
    width: 78%;
    text-align: left;
}

.p-o-olist1{
    margin: 0px 0px 0px 2.2em;
}

.p-o-olist11{
    margin: 10px 0px 10px 2.2em;
}


.p-o-ulist1{
    margin: 0px 0px 0px 2em;
}

.p-o-text-right{
    text-align:right;
}

.p-o-text-center{
    text-align:center;
}

/* company */

.p-o-company-greeting{
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.p-o-company-box1{
    width: 66%;
    order: 1;
}

.p-o-company-box2{
    width: 30%;
    order: 2;
}

.p-o-company-olist1{
    margin: 1em 0px 0px 2.4em;
}

.p-o-company-olist1 li{
    font-size: 16px;
    line-height: 1.8;
    
}

.p-o-company-olist1 li span{
    color: #000;
}

.p-o-company-image1{
    margin: 14px 0px 0px 0px;
}

.p-o-company-read1{
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
}

.p-o-company-greeting-box1{
    width: 66%;
    order: 1;
}

.p-o-company-greeting-box2{
    width: 30%;
    order: 2;
}

/* access */

.p-o-access-read1{
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
}

.p-o-access-box1{
    width: 66%;
    order: 1;
}

.p-o-access-box2{
    width: 30%;
    order: 2;
}

.p-o-access-box3{
    width: 66%;
    order: 2;
}

.p-o-access-box4{
    width: 30%;
    order: 1;
}

.p-o-access-box5{
    width: 48.4%;
}

.p-o-access-box6{
    width: 48.4%;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* recruit */

.p-o-recruit-read1{
    font-size: 16px;
    line-height: 1.8;
    color: #dc165c;
}

/* provision */

.p-o-provision-read1{
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0px ;
}

/* sitemap */

.p-o-sitemap-link1{
    font-size: 16px;
    line-height: 1.7;
    padding: 10px 0px 10px 0px;
    border-bottom:1px solid #d9d9d9;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.p-o-sitemap-link1{
    font-size: 16px;
    line-height: 1.7;
    padding: 14px 0px 6px 0px;
    border-bottom:1px solid #d9d9d9;
}
}

.p-o-sitemap-link1 a{
    color: #000;
    text-decoration: underline;
    position: relative;
    padding: 0px 0px 0px 26px;
    display: inline-block;
}

.p-o-sitemap-link1 a span{
    position: relative;
}

.p-o-sitemap-link1 a span:before {
    width: 20px;
    height: 20px;
    content: "";
    background: #0060ad;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: -1px;
    margin: auto;
}

.p-o-sitemap-link1 a span:after{
    content: "";
    width: 4px;
    height: 4px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: -19px;
    top: 7px;
    margin: auto;
}

.p-o-sitemap-link1 a:hover{
    text-decoration: none;
}

.p-o-sitemap-link1.bnone{
    font-size: 16px;
    line-height: 1.7;
    padding: 10px 0px 10px 0px;
    border-bottom:none;
}

.p-o-sitemap-ulist{
    list-style: none;
    border-bottom:1px solid #d9d9d9;
    padding: 0px 0px 10px 24px;
}

.p-o-sitemap-link2{
    font-size: 14px;
    line-height: 1.7;
    padding: 0px 0px 10px 0px;
}

.p-o-sitemap-link2 a{
    color: #000;
    text-decoration: underline;
    position: relative;
    padding: 0px 0px 0px 16px;
    display: inline-block;
}

.p-o-sitemap-link2 a span{
    position: relative;
}

.p-o-sitemap-link2 a span:after{
    content: "";
    width: 4px;
    height: 4px;
    border-left: 1px solid #0060ad;
    border-top: 1px solid #0060ad;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: -14px;
    top: 7px;
    margin: auto;
}

.p-o-sitemap-link2 a:hover{
    text-decoration: none;
}

.p-o-flex-type1 {
    list-style: none;
    font-size: 0;
}

.p-o-flex-type1 li{
    border-radius: 30px;
    padding: 10px 14px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 15px;
    color: #fff;
    background: #0089bc;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.p-o-flex-type1 li{
    border-radius: 30px;
    padding: 14px 14px 6px 14px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 15px;
    color: #fff;
    background: #0089bc;
}
}

.page-flowArea{
    width: 100%;
    background: #eeeeee;
    margin: 50px 0px 0px 0px ;
    padding: 40px 0px 60px 0px ;
}

.page-flowotherArea{
    width: 100%;
    margin: 0px 0px 0px 0px ;
    padding: 40px 0px 40px 0px ;
}

.page-flowArea-title{
    font-size: 28px;
    line-height: 1.6;
    text-align: center;
}

.page-flowArea-title:after{
    content: "";
    width: 40px;
    height: 2px;
    background: #0060ad;
    display: block;
    margin: 4px auto 0px auto;
}

.page-flowArea-list{
    padding: 10px 0px 0px 0px ;
}

.page-flowArea-box{
    margin: 20px 0px 0px 0px;
    background: #fff;
    position: relative;
}

.page-flowArea-box-inner{
    padding: 20px 20px 20px 20px;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.page-flowArea-box-inner{
    padding: 24px 20px 16px 20px;
}
}

.page-flowArea-box-imageArea{
    position: relative;
    width: 220px;
}

.page-flowArea-box-imageArea-image{
    font-size: 0;
    width: 160px;
    margin: 0px 0px 0px 60px;
}

.page-flowArea-box-imageArea-number{
    font-size: 70px;
    line-height: 1;
    color: #0060ad;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-flowArea-box-bodyArea{
    flex: 1;
    padding: 0px 0px 0px 10px;
}

.page-flowArea-box-bodyArea-title{
    font-size: 20px;
    line-height: 1.6;
    color: #0060ad;
    margin: -4px 0px 0px 0px;
}

.page-flowArea-box-bodyArea-read{
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin: 6px 0px 0px 0px;
}

.p-o-buttonArea-type1{
    padding: 30px 0px ;
    text-align: center;
}

.p-o-button-type1{
    width: auto;
    margin: 0px 22%;
    background: #f17d00;
    border-radius: 30px;
    border-bottom: solid 3px #bebebe;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    text-align: center;
}

.p-o-button-type1:hover{
    border-bottom: solid 3px #fff;
    transform: translate3d(0, 3px, 0);
}

.p-o-button-type1 a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
    padding: 20px;
    position: relative;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.p-o-button-type1 a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
    padding:  24px 20px 16px 20px;
    position: relative;
}
}

.p-o-button-type1 a:before{
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;

}

.p-o-table2{
    margin: 0px ;
    padding: 0px;
    width: 100%;
    border-top:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
}

.p-o-table2 tr th{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 14px 14px 14px 14px;
    white-space: nowrap;
    border-bottom:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.p-o-table2 tr th{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 18px 14px 10px 14px;
    white-space: nowrap;
    border-bottom:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
}
}

.p-o-table2 tr td{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 14px 14px 14px 14px;
    border-bottom:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.p-o-table2 tr td{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 18px 14px 10px 14px;
    border-bottom:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
}
}

.th-type-glay{
    background: #eeeeee;
}

.page-flowotherArea-lastArea{
    border: 2px solid #0060ad;
    padding: 28px 40px;
    margin: 50px 0px 0px 0px;
}

.page-flowotherArea-lastArea-linkArea{
    padding: 0px 40px 0px 0px;
    position: relative;
}

.page-flowotherArea-lastArea-contactArea{
    flex: 1;
    padding: 0px 0px 0px 40px;
    position: relative;
}

.page-flowotherArea-lastArea-contactArea:after{
    content: "";
    height: 100%;
    width: 1px;
    background: #0060ad;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
}

.page-flowotherArea-number{
    font-size: 26px;
    color: #0060ad;
    position: relative;
    padding: 0px 0px 0px 30px;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.page-flowotherArea-number{
    font-size: 26px;
    color: #0060ad;
    position: relative;
    padding: 4px 0px 0px 30px;
}
}

.page-flowotherArea-number:after{
    width: 21px;
    height: 31px;
    background: url('/images/contact/icon_tel.png') no-repeat;
    background-size:21px 31px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, 
.page-flowotherArea-number:after{
    width: 21px;
    height: 31px;
    background: url('/images/contact/icon_tel.png') no-repeat;
    background-size:21px 31px;
    content: "";
    position: absolute;
    left: 0px;
    top: -4px;
    bottom: 0;
    margin: auto;
}
}




.p-ls-read1{
    font-size: 22px;
    line-height: 1.8;
}

.p-ls-box1{
    width: 62%;
}

.p-ls-box2{
    width: 33%;
}

.p-ls-box-warp{
    padding: 0px 30px 20px 30px;
}

.p-ls-box-warp2{
    padding: 0px 0px 0px 1.9em;
}

.p-ls-box3{
    width: 48.6%;
    padding: 0px 0px 0px 0px;
    border: 2px solid #215da5;
    border-radius: 10px;
    margin: 20px 0px 0px 0px;
    background: #eaf2fd;
}

.p-ls-box3:nth-child(1){
    background: #f5fbfe;
}

.p-ls-box3:nth-child(2){
    background: #dff2fc;
}

.p-ls-box3:nth-child(3){
    background: #b0cce1;
}

.p-ls-box3:nth-child(4){
    background: #84bde2;
}

.p-ls-box3:nth-child(5){
    background: #4c7fb9;
    color: #fff;
}



.p-ls-image-type1{
    margin: 18px 0px 0px 0px;
}

.p-ls-box-order{
    width: 48.6%;
    margin: 20px 0px 0px 0px;
    border: 2px solid #0060ad;
    border-radius: 10px;
    background: #fff;
}

.p-ls-box-order-inner{
    padding: 16px 20px 20px 20px;
}

.p-ls-box-order-inner-title{
    width: 120px;
}

.p-ls-box-order-inner-title2{
    border-bottom: 3px solid #0060ad;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 6px 0px;
}

.p-ls-box-order-inner-body{
    flex: 1;
    border-left: 2px solid #000;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
}

.p-ls-box3:nth-child(5) .p-ls-box-order-inner-body{
    border-left: 1px solid #fff;
}

.p-ls-read2{
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 24px;
}

.p-ls-read2:after {
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 3px;
    top: 8px;
}

.p-ls-read3{
    font-size: 28px;
    line-height: 1.8;
    border-bottom: 4px solid #0060ad;
}

.p-o-flex1{
    flex: 1;
    padding: 0px 0px 0px 10px;
}

.page-news-wrap{
    background: #eeeeee;
    padding: 52px 0px 52px 0px;
}


.l-c-news-page{
    background: #fff;
    padding: 26px 40px;
}

.l-c-news-page-title {
    font-size: 32px;
    color: #000;
    line-height: 1.5;
}

.l-c-news-page-day {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    padding: 10px 0px 10px 0px;
    border-bottom: 2px solid #dadada;
}

.l-c-news-page-body{
    margin: 20px 0px 0px 0px;
}

.p-cp-title2{
    font-size: 28px;
    line-height: 1.6;
    text-align: center;
}

.p-cp-title2:after{
    content: "";
    width: 40px;
    height: 4px;
    background: #0060ad;
    display: block;
    margin: 4px auto 0px auto;
}



/* --------------------------------------------------------------------- */
/* sp */
/* --------------------------------------------------------------------- */

@media screen and (max-width: 768px){

.page-otherArea{
	padding: 20px 0px 60px 0px;
}

.p-o-title1{
    font-size: 18px;
    line-height: 1.8;
}

.p-o-title2{
    font-size: 16px;
    line-height: 1.8;
    border-bottom: 2px solid #0060ad;
}

.p-o-title3{
    font-size: 17px;
    line-height: 1.8;
    background: #eeeeee;
    padding: 8px 10px 8px 10px;
}

.p-o-title4{
    font-size: 16px;
    line-height: 1.8;
    color: #0060ad;
}

.p-o-read1{
    font-size: 16px;
    line-height: 1.7;
}

.p-o-read2{
    font-size: 14px;
    line-height: 1.7;
}

.p-o-read2 span{
    padding: 0px 0px 0px 10px;
}

.p-o-read3{
    font-size: 16px;
    line-height: 1.7;
}

.p-o-read4{
    font-size: 15px;
    line-height: 1.7;
}

.p-o-link1{
    font-size: 16px;
    line-height: 1.7;
}

.p-o-link1 a{
    color: #000;
    text-decoration: underline;
    position: relative;
    padding: 0px 0px 0px 26px;
    display: inline-block;
}

.p-o-link1 a span{
    position: relative;
}

.p-o-link1 a span:before {
    width: 20px;
    height: 20px;
    content: "";
    background: #0060ad;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: -1px;
    margin: auto;
}

.p-o-link1 a span:after{
    content: "";
    width: 4px;
    height: 4px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: -19px;
    top: 0px;
    margin: auto;
}

.p-o-link1 a:hover{
    text-decoration: none;
}

.p-o-link2{
    font-size: 16px;
    line-height: 1.7;
}

.p-o-link2 a{
    color: #0060ad;
    text-decoration: underline;
    padding: 0px 0px 0px 28px;
    display: inline-block;
}

.p-o-link2 a span{
    position: relative;
}

.p-o-link2 a span:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("/images/common/icon_blank.png") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    left: -28px;
    top: 1px;
    margin: auto;
}

.p-o-link2 a:hover{
    text-decoration: none;
}

.p-o-box1{
    margin: 38px 0px 0px 0px;
}

.p-o-box2{
    margin: 12px 0px 0px 0px;
}

.p-o-box3{
    margin: 8px 0px 0px 0px;
}

.p-o-box4{
    margin: 4px 0px 0px 0px;
}


.p-o-table1{
    margin: 0px ;
    padding: 0px;
    width: 100%;
    border-top:1px solid #d9d9d9;
}

.p-o-table1 tr th{
    text-align: left;
    vertical-align: top;
    border-bottom:none;
    padding: 14px 0px 0px 0px;
    white-space: nowrap;
    display: block;
    width: auto;
}

.p-o-table1 tr td{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 0px 0px 14px 0px;
    display: block;
}

.p-o-dl1{
    font-size: 16px;
    line-height: 1.8;
    width: auto;
}

.p-o-dl1 dt{
    width: 100%;
    margin: 14px 0px 0px 0px;
}

.p-o-dl1 dd{
    width: 100%;
    text-align: left;
}

.p-o-olist1{
    margin: 0px 0px 0px 2.2em;
}

/* company */

.p-o-company-greeting{
    text-align: center;
    margin: 20px 0px 30px 0px;
}

.p-o-company-box1{
    width: 100%;
    order: 2;
}

.p-o-company-box2{
    width: 100%;
    order: 1;
}

.p-o-company-olist1{
    margin: 1em 0px 0px 2.4em;
}

.p-o-company-olist1 li{
    font-size: 16px;
    line-height: 1.8;
    
}

.p-o-company-olist1 li span{
    color: #000;
}

.p-o-company-image1{
    margin: 0px 0px 16px 0px;
}

.p-o-company-read1{
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

.p-o-company-greeting-box1{
    width: 100%;
    order: 2;
}

.p-o-company-greeting-box2{
    width: 100%;
    order: 1;
    padding: 0px 0px 20px 0px;
}

.p-o-company-greeting-box2 p{
    width: 50%;
    margin: 0px auto;
}

/* access */

.p-o-access-read1{
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

.p-o-access-box1{
    width: 100%;
    order: 1;
}

.p-o-access-box2{
    width: 100%;
    order: 2;
}

.p-o-access-box3{
    width: 100%;
    order: 1;
}

.p-o-access-box4{
    width: 100%;
    order: 2;
}

.p-o-access-box5{
    width: 100%;
}

.p-o-access-box6{
    width: 100%;
    margin: 30px 0px 0px 0px;
}

.p-o-access-image1{
    margin: 20px 0px 0px 0px;
}

/* recruit */

.p-o-recruit-read1{
    font-size: 16px;
    line-height: 1.8;
    color: #dc165c;
}

/* provision */

.p-o-provision-read1{
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0px ;
}

/* sitemap */

.p-o-sitemap-link1{
    font-size: 16px;
    line-height: 1.7;
    padding: 10px 0px 10px 0px;
    border-bottom:1px solid #d9d9d9;
}

.p-o-sitemap-link1 a{
    color: #000;
    text-decoration: underline;
    position: relative;
    padding: 0px 0px 0px 26px;
    display: inline-block;
}

.p-o-sitemap-link1 a span{
    position: relative;
}

.p-o-sitemap-link1 a span:before {
    width: 20px;
    height: 20px;
    content: "";
    background: #0060ad;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: -1px;
    margin: auto;
}

.p-o-sitemap-link1 a span:after{
    content: "";
    width: 4px;
    height: 4px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: -19px;
    top: 7px;
    margin: auto;
}

.p-o-sitemap-link1 a:hover{
    text-decoration: none;
}

.p-o-sitemap-link1.bnone{
    font-size: 16px;
    line-height: 1.7;
    padding: 10px 0px 10px 0px;
    border-bottom:none;
}

.p-o-sitemap-ulist{
    list-style: none;
    border-bottom:1px solid #d9d9d9;
    padding: 0px 0px 10px 24px;
}

.p-o-sitemap-link2{
    font-size: 15px;
    line-height: 1.7;
    padding: 0px 0px 10px 0px;
}

.p-o-sitemap-link2 a{
    color: #000;
    text-decoration: underline;
    position: relative;
    padding: 0px 0px 0px 16px;
    display: inline-block;
}

.p-o-sitemap-link2 a span{
    position: relative;
}

.p-o-sitemap-link2 a span:after{
    content: "";
    width: 4px;
    height: 4px;
    border-left: 1px solid #0060ad;
    border-top: 1px solid #0060ad;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: -14px;
    top: 7px;
    margin: auto;
}

.p-o-sitemap-link2 a:hover{
    text-decoration: none;
}


.p-o-flex-type1 {
    list-style: none;
    font-size: 0;
}

.p-o-flex-type1 li{
    border-radius: 20px;
    padding: 8px 10px;
    display: inline-block;
    margin: 0px 6px 6px 0px;
    font-size: 10px;
    color: #fff;
    background: #0089bc;
}

.page-flowArea{
    width: 100%;
    background: #eeeeee;
    margin: 24px 0px 0px 0px ;
    padding: 30px 0px 40px 0px ;
}

.page-flowotherArea{
    width: 100%;
    margin: 0px 0px 0px 0px ;
    padding: 20px 0px 20px 0px ;
}

.page-flowArea-title{
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
}

.page-flowArea-title:after{
    content: "";
    width: 20px;
    height: 2px;
    background: #0060ad;
    display: block;
    margin: 4px auto 0px auto;
}

.page-flowArea-list{
    padding: 10px 0px 0px 0px ;
}

.page-flowArea-box{
    margin: 16px 0px 0px 0px;
    background: #fff;
}


.page-flowArea-box-inner{
    padding: 16px 10px 20px 10px;
}

.page-flowArea-box-imageArea{
    position: relative;
    width: auto;
    margin: auto;
}

.page-flowArea-box-imageArea-image{
    font-size: 0;
    width: 140px;
    margin: 20px auto auto auto;
}

.page-flowArea-box-imageArea-number{
    font-size: 40px;
    line-height: 1;
    color: #0060ad;
    position: absolute;
    left: 12px;
    top: -16px;
}

.page-flowArea-box-bodyArea{
    flex: 1;
    padding: 0px 0px 0px 10px;
}

.page-flowArea-box-bodyArea-title{
    font-size: 18px;
    line-height: 1.6;
    color: #0060ad;
    margin: 20px 0px 0px 0px;
}

.page-flowArea-box-bodyArea-read{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    margin: 6px 0px 0px 0px;
}

.p-o-buttonArea-type1{
    padding: 20px 0px ;
    text-align: center;
}

.p-o-button-type1{
    width: auto;
    margin: 0px 0px;
    background: #f17d00;
    border-radius: 30px;
    border-bottom: solid 3px #bebebe;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    text-align: center;
}

.p-o-button-type1:hover{
    border-bottom: solid 3px #fff;
    transform: translate3d(0, 3px, 0);
}

.p-o-button-type1 a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 20px;
    position: relative;
}

.p-o-button-type1 a:before{
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;

}

.p-o-table2{
    margin: 0px ;
    padding: 0px;
    width: 100%;
    border-top:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
}

.p-o-table2 tr th{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 8px 10px;
    white-space: nowrap;
    border-bottom:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    display: block;
}

.p-o-table2 tr td{
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #d9d9d9;
    padding: 8px 10px;
    border-bottom:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    display: block;
}

.th-type-glay{
    background: #eeeeee;
}

.page-flowotherArea-lastArea{
    border: 1px solid #0060ad;
    padding: 10px 14px;
    margin: 26px 0px 0px 0px;
    text-align: center;
}

.page-flowotherArea-lastArea-linkArea{
    padding: 10px 0px 14px 0px;
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
}

.page-flowotherArea-lastArea-contactArea{
    flex: 1;
    padding: 14px 0px 10px 0px;
    position: relative;
    text-align: center;
}

.page-flowotherArea-lastArea-contactArea:after{
    content: "";
    height: 1px;
    width: 100%;
    background: #0060ad;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    margin: 0px 0px 0px 0px;
}

.page-flowotherArea-number{
    font-size: 20px;
    color: #0060ad;
    position: relative;
    padding: 0px 0px 0px 24px;
    display: inline-block;
}

.page-flowotherArea-number:after{
    width: 17px;
    height: 27px;
    background: url('/images/contact/icon_tel.png') no-repeat;
    background-size:17px 27px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-flowotherArea-read{
    text-align: left;
    margin: 10px 0px 0px 0px;
}








.p-ls-read1{
    font-size: 18px;
    line-height: 1.7;
}

.p-ls-box1{
    width: 100%;
}

.p-ls-box2{
    width: 100%;
}

.p-ls-box-warp{
    padding: 0px 20px;
}

.p-ls-box-warp2{
    padding: 0px 0px 0px 0px;
}

.p-ls-box3{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 14px 0px 0px 0px;
}

.p-ls-image-type1{
    margin: 14px 0px 0px 0px;
}

.p-ls-box-order{
    width: auto;
    margin: 14px 0px 0px 0px;
    border: 2px solid #215da5;
    border-radius: 10px;
}

.p-ls-box-order-inner{
    padding: 16px 20px 20px 20px;
}


.p-ls-box-order-inner-title{
    width: 100%;
}

.p-ls-box-order-inner-body{
    flex: 1;
    border-left:none;
    border-top: 2px solid #000;
    padding:6px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
}

.p-ls-box3:nth-child(5) .p-ls-box-order-inner-body{
    border-left:none;
    border-top: 1px solid #fff;
}



.p-ls-read2{
    font-size: 15px;
    line-height: 1.7;
    margin: 10px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 24px;
}

.p-ls-read2:after {
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 3px;
    top: 9px;
}

.p-ls-read3{
    font-size: 18px;
    line-height: 1.8;
    border-bottom: 2px solid #0060ad;
}

.p-o-flex1{
    flex: 1;
    padding: 0px 0px 0px 0px;
}

.page-news-wrap{
    background: #eeeeee;
    padding: 20px 0px 20px 0px;
}


.l-c-news-page{
    background: #fff;
    padding: 12px 20px;
}

.l-c-news-page-title {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
}

.l-c-news-page-day {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    padding: 10px 0px 10px 0px;
    border-bottom: 2px solid #dadada;
}

.l-c-news-page-body{
    margin: 20px 0px 0px 0px;
}

.p-cp-title2{
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

.p-cp-title2:after{
    content: "";
    width: 20px;
    height: 2px;
    background: #0060ad;
    display: block;
    margin: 4px auto 0px auto;
}

.p-o-creadArea{
    border: 1px solid #aa0000;;
    padding: 10px;
    color: #aa0000;
}

}
