@charset "utf-8";


/*---------- h1ビジュアル ----------*/
.h1_bg {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 0 120px;
	background-image: url('/wp-content/themes/conexio/images/h1_default.jpg');
}

.h1_inner {
    width: 100%;
    /*max-width: 1100px;*/
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.h1_text {
    color: #fff;
    margin-top: 150px;
    /* max-width: 600px;*/
}

/* 日本語タイトル */

.h1_title {
    position: relative;
    font-size: 2.0rem;
    color: #fff;
    z-index: 2;
/*     line-height: 1.5; */
    font-weight: 400;
}

.default .h1_title {
    font-size: 4.0rem;
}


/*---------- h1 各ページ用の英字タイトル ----------*/

/*Company*/
.h1_title.company::before {
    content: "Company";
}

.overview .h1_title.company::before {
    content: "Overview";
}

.message .h1_title.company::before {
    content: "Message";
}

.history .h1_title.company::before {
    content: "History";
}

.offices .h1_title.company::before {
    content: "Offices";
	font-variant-ligatures: none;
}

.disclosure .h1_title.company::before {
    content: "Disclosure";
}

.ir-archive .h1_title.company::before {
    content: "IR Archive";
}

.faq .h1_title.company::before {
    content: "FAQ";
}

/*Business*/
.business .h1_title::before {
    content: "Business";
}

/* コンシューマ */
.consumer-business .h1_title::before {
  content: "Consumer Business";
}

.carrier-shops .h1_title.consumer-business::before {
    content: "Carrier Shops";
}

.smartphone-services .h1_title.consumer-business::before {
    content: "Smartphone Services";
}

.shop-development .h1_title.consumer-business::before {
    content: "Shop Development";
}

/* 法人 */

.corporate-business .h1_title::before {
    content: "Corporate Business";
}

.mobile-solutions .h1_title.corporate-business::before {
    content: "Mobile Solutions";
}

.iot-solutions .h1_title.corporate-business::before {
    content: "IoT Solutions";
}

.mvno-services .h1_title.corporate-business::before {
    content: "MVNO Services";
}

.payment-services .h1_title.corporate-business::before {
    content: "Payment Services";
}




/*sustainability*/
.h1_title.sustainability::before {
    content: "Sustainability";
}

.policy .h1_title.sustainability::before {
    content: "Policy";
}

.health .h1_title.sustainability::before {
    content: "Health";
}

.materiality .h1_title.sustainability::before {
    content: "Materiality";
}


/*sustainability/environment*/
.environment .h1_title.sustainability::before {
    content: "Environment";
}

.philosophy .h1_title.sustainability.environment::before {
  content: "Philosophy";
}

.activities .h1_title.sustainability.environment::before {
    content: "Activities";
}


/*sustainability/social*/
.social .h1_title.sustainability::before {
    content: "Social";
}

.workplace .h1_title.sustainability.social::before {
    content: "Safe Workplace";
}

.diversity .h1_title.social::before {
    content: "Diversity & Inclusion";
}

.initiatives .h1_title.sustainability.social::before {
    content: "Initiatives";
}

.h1_title.error::before{
	content:"NOT FOUND";
}

.h1_title.news::before {
    content: "News";
}

.h1_title.sitemap::before {
    content: "Sitemap";
}

.h1_title.privacy::before {
    content: "Privacy Policy";
}

.h1_title.security-policy::before {
    content: "Security Policy";
}

.h1_title.site-policy::before {
    content: "Site Policy";
}

.h1_title.environmental-policy::before {
    content: "Environmental Policy";
}

.h1_title.certification::before {
    content: "Certification";
}

.h1_title.result::before {
	content: "Search Results";
}

.h1_title::before {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 9.0rem;
    line-height: 1.2;
    font-weight: 400;
    /* グラデーション適用 */
    background: linear-gradient(to right, #36AAFA, #9DD6FD, #BEE4FE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.default .h1_title::before {
    font-size: 1.8rem;
	letter-spacing: 0;
    /* グラデーション適用 */
    background: linear-gradient(to right, #36AAFA, #9DD6FD, #BEE4FE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ページ別背景画像 */

.h1_bg.business {
    background-image: url(/wp-content/themes/conexio/images/h1_business.jpg);
}

.h1_bg.company {
    background-image: url('/wp-content/themes/conexio/images/h1_company.jpg');
}

.h1_bg.sustainability {
    background-image: url('/wp-content/themes/conexio/images/h1_sustainability.jpg');
}

.h1_bg.social {
    background-image: url('/wp-content/themes/conexio/images/h1_social.jpg');
}


.h1_bg.sitemap {
    background-image: url('/wp-content/themes/conexio/images/h1_default.jpg');
}

/*---------- ビジュアル更新 ----------*/

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.alignright {
    margin-left: auto;
    text-align: right;
}

.alignleft {
    margin-right: auto;
    text-align: left;
}

.content_area .center {
    text-align: center;
}

.content_area .right {
    text-align: right;
}

.w13 {
    width: 13%;
}

.w15 {
    width: 17%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.scroll_table {
    margin-bottom: 10px;
}

.scroll_table table {
    table-layout: auto;
    margin-bottom: 10px;
}

.scroll_table th,
.scroll_table td {
    display: table-cell !important;
}

.scroll_table thead th {
    min-width: 200px !important;
    width: auto;
}

.scroll-hint-icon {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 125px;
    height: 90px;
    margin: auto;
}

figcaption.wp-caption-text {
    margin-top: 0.5rem;
}

img.alignright {
    margin-left: auto;
}

img.alignleft {
    margin-right: auto;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

pre {
    white-space: pre-wrap;
}

.gallery-item img {
    width: 100%;
}

/*.page_catch {
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}

.page_catch img {
	display: block;
	width: 100%;
	height: auto;
}*/


/*.page_title {
    max-width: 1360px;
    font-size: 4.0rem;
    font-weight: bold;
    letter-spacing: 2.8px;
    padding: 0 20px;
    margin: 80px auto 45px;
}*/

.breadcrumb {
    overflow: hidden;
    font-size: 1.4rem;
	letter-spacing: 0;
}

.waste-transport .breadcrumb,
.maintenance .breadcrumb {
    background: #F5F5F5;
}

.breadcrumb .breadcrumb_inner {
    overflow: hidden;
    width: 1360px;
    max-width: 100%;
    margin: auto;
    padding: 8px 20px 90px;
}

.breadcrumb .breadcrumb_inner a {
    display: inline-block;
    color: #0077C0;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    position: relative;
    text-decoration-line: none;
}

.breadcrumb .breadcrumb_inner a::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
}

.content_area.parent {
    background: none;
}

#c_list #list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 80px auto 0;
}

#c_list #list li:first-child,
#c_list #list li:nth-child(2) {
    width: 48.1%;
}

#c_list #list li {
    list-style: none;
    background: #ffffffff;
    width: 30.909%;
    margin: 0 3.636% 30px 0;
}

#c_list #list .text {
    padding: 30px 40px;
}

#c_list #list .text p {
    margin-bottom: 0;
}

#c_list h3.listtitle {
    font-weight: bold;
    font-size: 100%;
    padding-left: 0;
    margin: 0;
}

#c_list .listtitle::before {
    display: none;
}

#c_list {
    margin: 0 auto;
    padding-bottom: 50px;
    background: none;
}

#c_list h3 {
    margin: 0;
    line-height: 1.5;
}

#c_list #list li a {
    color: #000;
    text-decoration: none;
}

#c_list #list li .listtitle span {
    padding-right: 30px;
}

#c_list #list li:nth-child(3n+2) {
    margin-right: 0;
}

#c_list img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}


#c_list #list li {
    overflow: hidden;
}

#c_list #list li div {
    overflow: hidden;
}

#c_list #list li div img {
    display: block;
    transition: 0.3s;
}

#c_list #list li img:hover {
    transform: scale(1.05);
    transition-duration: 0.3s;
}

.content_area {
    max-width: 1360px;
    width: 100%;
    padding: 0 20px 100px 20px;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
}

.content_area * {
    /* スマホ時font-sizeが違って見えるバグfix */
    max-height: 100%;
}

.wp-editor * {
    /* スマホ時font-sizeが違って見えるバグfix
	 * エディタ用 */
    max-height: none;
}

.content_area>*:first-child {
    margin-top: 0 !important;
}

.content_area>*:last-child {
    margin-bottom: 0 !important;
}
.content_area .inner>*:first-child {
    margin-top: 0 !important;
}


.content_area .inner {
    max-width: 1100px;
    margin: auto;
}

.page_copy {
    margin: 60px 0 60px 0;
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    color: #0077C0;
}

.page_head {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 45px;
}


img {
    display: block;
    height: auto;
    /*max-width: 100%;*/
}

h2 {
	position:relative;
    padding-bottom: 18px;
    margin: 55px 0 30px 0;
    /*border-bottom: 2px solid #0077C0;*/
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    /*text-align: center;
    color: #0077C0;*/
}
h2:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background:#0077C0;
}

h3 {
    margin: 50px 0 30px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.4;
	padding:0 0 10px 0;
	border-bottom: 1px solid #ddd;
}


h4 {
    position: relative;
    margin: 40px 0 25px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
}
/*
a.link_btn {
    display: block;
    color: #FFF;
    background: #4BBCD0;
    background-size: 15px 15px;
    text-decoration: none;
    width: 250px;
    max-width: 100%;
    margin: 40px auto 0 0;
    padding: 10px 25px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

a.link_btn::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    transform: rotate(45deg);
    transition: all .3s ease;
}

a.link_btn:hover {
    opacity: .7;
    transition: all 0.3s ease;

}
*/
.link_btn {
	display: flex;
	justify-content: flex-end;
}

.link_btn a {
    display: inline-block;
    position: relative;
    max-width: 380px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    background: #fff;
    border: 1px solid #0077C0;
    border-radius: 50px;
    color: #0077C0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    text-decoration: none !important;
    transition: background 0.3s, border 0.3s, color 0.3s;
    text-align: center;
}

.link_btn a:hover {
    background: #0077C0;
    border-color: #0077C0;
    color: #fff;
}

.link_btn a::after {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/arrow_r_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 13px;
    right: 20px;
    top: calc(50% - 6px);
    transition: background 0.3s;
}

.link_btn a:hover::after {
	background: url(../images/arrow_r_white.svg);
    animation: icon-arrow 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
}

.link_btn a[target="_blank"]::after {
	background: url(../images/popup.svg) no-repeat center right;
	width:14px;
	height:14px;
}
.link_btn a[target="_blank"]:hover:after{
	animation:unset;
	background: url(../images/popup_white) no-repeat center right;
}

p {
    line-height: 1.875;
    margin: 0 0 25px;
}

p.intro {
    color: #009B9F;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 5.04rem;
    margin: 0 0 15px;
}

ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

ul li {
    list-style: disc;
    margin-bottom: 5px;
    line-height: 2.4rem;
}

.marker_non {
    list-style: none;
}

ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

ol li {
    list-style-type: decimal;
    counter-increment: cnt;
    margin-bottom: 5px;
    line-height: 2.4rem;
    position: relative;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}


table tr.alt {
    background: #f5f5f5;
}

table th,
table td {
    border-bottom: 1px solid #ddd;
    padding: 23px 27px;
}

table th:last-child,
table td:last-child {
    border-right: none;
}


table th {
    font-weight: bold;
    text-align: left;
    width: 20%;
    vertical-align: top;
}


/* 入れ子テーブル（役員一覧）の枠線と余白を調整 */

.td_tight {
    padding-top: 0;
    padding-bottom: 0;
}

td.nested-table-head {
    width: 30%;
    white-space: nowrap;
}

table td table {
    border-top: none;
    border-bottom: none;
    width: 100%;
}

table td table th,
table td table td {
    border-bottom: 1px solid #ddd;
    padding: 23px 0;
}

table td table tr:last-child td,
table td table tr:last-child th {
    border-bottom: none;
    padding-bottom: 0;
}




.scroll_txt {
    line-height: 2.5rem;
    padding: 3px 0 3px 60px;
    margin: 0;
    background: url(../images/icon_hand.svg) no-repeat center left;
}

.column_2,
.column_3,
.gallery {
    display: grid;
    grid-gap: 47px;
    /* margin-bottom: 15px;*/
    margin-bottom: 40px;
}

.column_2 img {
    width: 100%;
}

.column_2 h3 {
    margin: 0 0 35px 0;
}

.column_2,
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.column_3,
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* form input,
form textarea {
    padding: 12px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

form input[type="checkbox"] {
    padding: 0;
}

form input[type="radio"] {
	height: 100%;
    padding: 0;
} */

/*  */
.w_800 {
    max-width: 800px;
    margin: 0 auto 40px;
}

.img_cap {
    font-size: 1.3rem;
    text-align: center;

    margin: 5px 0 0;

}

.img_cap strong {
    display: block;
    font-weight: bold;
    margin-bottom: -10px;
}

/***マップのレスポンシブ設定***/
#map {
    width: auto;
    margin: 30px auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#map iframe,
#map object,
#map embed {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**********************************************
 * ページナビ
 *********************************************/

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 30px;
}

.wp-pagenavi .current,
.wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 1.6rem;
    line-height: 1.8rem;
    border-radius: 100px;
	color:#0077C0;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.wp-pagenavi a {
    border: 1px solid #0077C0;
    text-decoration: none !important;
    transition: all 0.3s;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
    background: #0077C0;
    border-color: #0077C0;
    color: #fff;
}

.wp-pagenavi .current {
    font-weight: bold;
}

.extend {
    display: flex;
    align-items: center;
    margin: 0 10px;
    font-size: 1rem;
}

.localnav {
    position: relative;
    max-width: 1140px;
    padding: 50px 20px 60px;
    margin: auto;
}

.localnav::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: #F8F8F8;
}

.ln {
    position: relative;
	border-radius: 20px;
	background: #38609e;
    margin: 0 20px;
}


.ln_wrap {
    max-width: 1360px;
	margin: auto;
	padding: 70px 30px;
}

.ln_parent {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-decoration: none !important;
    transition: all .3s ease;
}

.ln_parent_link {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
	color: #fff!important;
    padding-right: 40px;
    text-decoration: none;
	position: relative;
}

.ln_parent_link::before {
    display: block;
    content: attr(data-slug) '';
    font-family: 'Outfit', sans-serif;
	font-size: 6.0rem;
	color: #fff;
    line-height: 1.0;
    font-weight: 400;
	text-transform:capitalize;
	padding-top: 5px;
}

.ln_child_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 51px 0 0;
}

.ln_child_link:hover, .on .ln_child_link {
	transition: 0.3s;
}

.ln_child_item {
    width: 24.25%;
    margin: 0 1% 1% 0 !important;
    list-style: none;
}

.ln_child_item:nth-child(4n) {
    margin-right: 0 !important;
}

.ln_child_link {
    display: flex;
	position: relative;
    align-items: center;
    height: 100%;
    font-size: 1.5rem;
	color: #fff!important;
    line-height: 1.6;
    font-weight: 500;
    text-decoration: none;
    padding: 14px 50px 14px 10px;
    border-bottom: 1px solid #ffffff;
    transition: all .3s ease;
}

.ln_child_link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-color: #fff;
	border: 2px solid #fff;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.ln_child_link:hover::before, .on .ln_child_link::before {
	background-color: transparent;
}

.on .ln_child_link {
	opacity: .8;
}

.ln_child_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 21px;
    width: 3.8px;
    height: 6.62px;
    border: solid #4F6B7D;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all ease 0.3s;
}

.ln_child_link:hover::after, .on .ln_child_link::after {
    border-color: #fff;
}

/* 関連リンク */
/*
#ln_b {
    padding: 60px 0 70px;
    background: #F5F5F5;
}

#ln_b #content_box_b {
    max-width: 1040px;
    margin: auto;
    padding: 0 20px;
    overflow: auto;
}

.link_h {
    margin: 0 0 20px;
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 500;
}

.ln_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.ln_item {
    list-style: none;
    width: calc((100% - 60px) / 3);
    margin: 0 0 15px 0;
}

.ln_item:nth-child(3n) {
    margin-right: 0;
}

.ln_item a {
    display: flex;
    align-items: center;
    padding: 10px 35px;
    background: #fff;
    border: 2px solid #ddd;
    color: #333 !important;
    text-decoration: none !important;
    min-height: 62px;
    transition: border 0.3s;
    position: relative;
}

.ln_item a:hover {
    border-color: #009B9F;
}

.ln_item a::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #E6211A;
    border-radius: 50%;
    background: #E6211A;
    top: calc(50% - 12px);
    bottom: 0;
    margin: 0 auto;
    right: 20px;
}

.ln_item a::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/arrow_r_white.svg) no-repeat center;
    top: calc(50% - 12px);
    bottom: 0;
    margin: 0 auto;
    right: 20px;
}

.ln_item a:hover img {
    transform: scale(1.05);
}

.ln_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.ln_item a div {
    flex-shrink: 0;
    width: 95px;
    height: 95px;
    margin-right: 20px;
    overflow: hidden;
}

.ln_item p {
    font-size: 1.6rem;
    letter-spacing: 1.3px;
    line-height: 2.1rem;
    font-weight: 500;
    margin: 0;
}

.page_link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 50px 0 80px;
}

.page_link ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0 0;
    margin: 0;
    grid-gap: 0 2.5rem;
}

.page_link li {
    list-style: none;
    margin: 0 0 20px 0;
    letter-spacing: 0.96px;
    line-height: 3rem;
}

.page_link a {
    display: block;
    padding-left: 30px;
    text-decoration: none !important;
}

.page_link a::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #E6211A;
    border-radius: 50%;
    background: #E6211A;
    top: calc(50% - 12px);
    bottom: 0;
    margin: 0 auto;
    left: 0;
}

.page_link a::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/arrow_r_white.svg) no-repeat center;
    top: calc(50% - 12px);
    bottom: 0;
    margin: 0 auto;
    left: 0;
    transform: rotate(90deg);
    transition: border 0.3s, background 0.3s;
}

.page_link a:hover::after {
    animation: arrow_l .3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.page_link a:hover {
    text-decoration: underline !important;
}

.caret-link {
    list-style: none;
}

.caret-link::before {
    border: 0.375em solid transparent;
    border-left-color: #007fc9;
    content: " ";
    display: inline-block;
    margin-left: -10px;
    vertical-align: middle;
}

.sitemap-content > .column_2{
	grid-gap: 15px;
}
*/

/* 取得認証 */
.flex_media {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 40px;
}

.yell_block p span {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 8px 8px 0;
    color: #fff;
    background-color: #0073bd;
}

.yell_block p span:first-child {
    background-color: #EC6D65;
}

.anchor-list {
    background: #EFF6FF;
    padding: 30px 30px 5px;
}

.anchor-list .link-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.anchor-list .grid2 {
	width: 50%;
	list-style: none;
	margin-bottom: 20px;
}

.anchor-list .caret-link {
	text-decoration: none;
	position:relative;
}

.anchor-list .caret-link::before {
	content: "";
	position:absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	left:0;
	top:7px;
	 background-color: #0077C0;
	 border-radius: 50%;
	 vertical-align: middle;
}

.anchor-list .caret-link:hover {
	color: #0077C0;
}


.anchor-list .caret-link {
    padding-left: 16px;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
	.h1_bg {
		height: 350px;
		border-radius: 0 0 0 90px;
	}
	
	.h1_title {
		font-size: 1.6rem;
	}
	
	.default .h1_title {
		font-size: 2.4rem;
	}
	
	.h1_title::before {
		font-size: 4.8rem;
	}

	.default .h1_title::before {
		font-size: 1.6rem;
	}


	.h1_text {
		margin-top: 100px;
	}
	
    .page_link ol {
        display: block;
    }

    .link_h {
        margin: 35px 0 20px;
        padding: 7px 0 0 0;
        font-size: 2.0rem;
    }
	
	.link_btn {
    	justify-content: center;
	}

	.link_btn a {
		padding: 15px 20px 15px 20px;
		font-size: 1.4rem;
	}
	
    #c_list #list {
        margin: 25px auto 0;
    }

    #c_list #list li {
        width: 100% !important;
        margin: 0 0 25px 0 !important;
    }

    #c_list #list .text {
        padding: 20px;
    }

    #c_list .listtitle {
        font-weight: bold;
        font-size: 100%;
    }

    .ttl_area {
        padding: 90px 20px 0;
        margin-bottom: 25px;
    }

    .ttl_area::before {
        height: 120px;
    }

    .ttl_area_in {
        padding: 30px 20px 0;
    }

    .content_area {
        padding: 0 20px 65px;
    }

    .column_3 {
        margin: 20px 0;
    }

    .column_3>div {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    table th {
        width: 25%;
    }

    table th,
    table td {
        padding: 10px;
    }

    table.nowrap {
        min-width: 100%;
    }

    table.nowrap th,
    table.nowrap td {
        white-space: nowrap;
    }

    .table {
        margin-top: 50px;
    }

    td.nested-table-head {
        width: 50%;
    }

    .scroll_txt {
        display: block;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .breadcrumb {
        font-size: 1.2rem;
    }

    .breadcrumb_b {
        /*display: none;*/
    }
	
	.breadcrumb .breadcrumb_inner{
		padding-bottom:30px;
	}

    .page_link {
        margin: 0;
    }

    .page_copy {
        font-size: 2.8rem;
        margin-top: 0;
        margin-bottom: 30px;
        padding-top: 50px;
    }

    .page_head {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    h2 {
        margin: 35px 0 20px;
        padding: 7px 0 20px 0;
        font-size: 2.0rem;
        line-height: 2.8rem;
    }

    h3 {
        font-size: 1.8rem;
        margin: 30px 0 15px;
    }

    h3::before {
        height: 21px;
        top: 4px;
    }

    h4 {
        font-size: 1.5rem;
        margin: 20px 0;
    }

    p {
        line-height: 2.5rem;
        margin: 0 0 15px;
    }

    p.intro {
        font-size: 1.7rem;
        line-height: 2.7rem;
        margin: 0 0 10px;
    }

    .page_link li {
        margin: 0 0 20px 0;
        line-height: 2.4rem;
    }

    .column_3 {
        margin: 20px 0;
    }

    .column_2 li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .column_3>div {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .column_2 li,
    .column_3 li {
        margin-bottom: 4%;
    }

    .column_2 ul li,
    .column_3 ul li,
    .column_2 ol li,
    .column_3 ol li {
        margin-bottom: 0;
    }

    .column_3 li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .column_2 p,
    .column_3 p {
        width: auto;
        margin-right: 0;
    }

    .column_2 p,
    .column_3 p {}

    .column_2 img+p,
    .column_3 img+p {
        margin-top: 5px !important;
    }

    .img_cap {
        font-size: 1.2rem;
    }

    .wp-pagenavi {
        margin-top: 40px;
    }

    .localnav {
        padding: 33px 20px 55px;
    }
	
	.ln_wrap {
		padding: 40px 20px;
	}
	
	.ln_parent_link {
		font-size: 1.4rem;
		font-weight: 500;
	}
	
	.ln_parent_link::before {
		font-size: 4.0rem;
	}
	
	.ln_child_item {
		width: 100%;
		margin:0 !important;
	}
	
	.ln_child_list {
		margin: 30px 0 0;
	}
	.ln_child_link {
		font-size: 1.4rem;
	}
	
	.ln_child_link::before {
		right: 0;
		width: 28px;
    	height: 28px;
	}
	.ln_child_link::after {
		right: 7px;
	}	
/*
    .ln_head {
        margin-bottom: 15px;
    }

    .ln_parent {
        font-size: 1.5rem;
    }

    .ln_list {
        display: block;
    }

    .ln_item {
        width: auto;
        margin: 0;
    }

    .ln_item a {
        min-height: 80px;
    }

    .ln_item p {
        font-size: 1.5rem;
    }

    .ln_link {
        height: auto;
        padding: 14px 20px 15px;
        background: none;
        font-size: 1.3rem;
        letter-spacing: 1.56px;
        line-height: 2rem;
    }

    .ln_link::before {
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
    }

    .ln_link:hover::before,
    .on .ln_link::before {
        opacity: 0.1;
    }
*/
    .column_2,
    .gallery-columns-2 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .column_2 h3 {
        font-size: 1.8rem;
        margin: 0 0 15px 0;
    }

    .column_3,
    .gallery-columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }

	.anchor-list.one-column .grid2 {
    	width: 100%;
	}

}



/*-------sitemap-------*/
.sitemap-list .caret-link{
	list-style:none;
	position:relative;
}

.sitemap-list .caret-link:before{
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	background:#0077C0;
	left:-18px;
	top:10px;
	border-radius:50%;
}