/*
Theme Name: 2chiikipf2026
Author URI: https://www.mlit.go.jp/2chiiki_pf/
Description: 2Chiiki Platform Theme
Version: 1.0.0
*/

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;600;700;800;900&display=swap');

/*=========================================*/
/* All */
/*=========================================*/

/* foundation */

:root {
    --c-primary: #2ea9e0;
    --c-secondary: #9E9E9E;
    --c-company: #00B590;
    --c-government: #b48756;
    --c-navi_title: #f2f2f2;
    --c-bar_title: #fffae6;
    --c-head: #fffae6;
    --c-bgcolor: #f5f5f5;
    --c-foot: #fbfbfb;
    --c-line_color: #e8e8ea;
    --c-white: #fff;
    --c-black: #333;
    --c-gray: #666;
    --c-lightgray: #ccc;
    --c-red: #ff0000;
    --c-error: #db3030;
}


/*-- reset --*/

html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
article,
aside,
footer,
header,
menu,
nav,
section,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

ol,
ul {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--c-black);
        font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a:link {
    color: var(--c-black);
    text-decoration: underline;
}

a:visited {
    color: var(--c-black);
    text-decoration: underline;
}

a:hover,
a:active {
    color: var(--c-black);
    text-decoration: none;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}