@charset "utf-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* 20230810追記 */

#column h4 {
    position: relative;
    padding: 0.25em 0 0.5em 0.75em;
    border-left: 6px solid #9C9C4E;
    margin-top: 35px;
}

#column h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}

.cobox {
    display: flex;
    text-align: center;
}

.cobox-in {
    max-width: 30%;
    margin-left: 25px;
    margin-top: 15px;
}

.cobox-in a {
    text-decoration: none;
}

.cobox-in img {
    object-fit: cover;
    width: 310px;
    height: 200px;
    margin-bottom: 1rem;
}

.cobox-in p {
    color: #000;
}


#column-in .co-contents {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.co-img {
    width: 60%;
    margin: 1rem auto;
}

.co-txt {
    width: 80%;
    margin: auto;
    text-align: left;
    line-height: 1.8em;
    font-size: 16px;
}

.co-txt p {
    margin-bottom: 30px;
}

#column-in h1 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

#column-in h2 {
    position: relative;
    padding: 0.5em 0 0.5em 0.75em;
    border-left: 6px solid #9C9C4E;
    margin: 30px 0;
    font-size: 1.3rem;
}

#column-in h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}

#column-in h3 {
    font-size: 1.3rem;
    margin: 0 0 10px 0;
}

#column-in h4 {
    color: #9C9C4E;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
}

#col-bottom {
    margin-bottom: 1rem;
    background-color: #cecea7;
}

@media only screen and (max-width: 599px) {
    .cobox {
        display: block;
    }

    #column-in .co-contents {
        width: 100%;
    }

    #column h4 {
        position: relative;
        padding: 0.5em 0 0.5em 0.75em;
        border-left: 6px solid #9C9C4E;
        margin: 30px 20px;
        font-size: 1.3rem;
    }

    .cobox-in {
        max-width: 80%;
    }
}


#column-in table {
    margin: 1rem auto 2rem;
}

#column-in table,
#column-in td,
#column-in th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

#column-in td,
#column-in th {
    padding: 3px;
    width: auto;
    padding: 5px 7px;
}

#column-in th {
    background: #f0e6cc;
}

#column-in .even {
    background: #fbf8f0;
}

#column-in .odd {
    background: #fefcf9;
}

#column-in .tab {
    max-width: 90%;
}

@media screen and (max-width: 640px) {
    #column-in .scroll {
        overflow-x: auto;
    }

    #column-in .tab {
        min-width: 640px;
        margin: 0 10px 50px;
    }

    #column-in .tab td {
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
}

/* 20230810追記ここまで */

/* 20231107追記 */

#gloval.cf {
    display: flex;
  }
  
  @media only screen and (min-width: 600px){
  #main img {
      width: 100%;
      max-width: 100%;
  }
  }
  
  /* 20231107ここまで */
  
/* 202250331 */
#column-in a {
    word-wrap: break-word;
}
/* //20250331 */