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

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	-webkit-text-size-adjust: 100%;
}

textarea{
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

hr{
	display: none;
}

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
}

iframe[name="google_conversion_frame"]{
	position: absolute; top: 0;
}

body{
	height: 100%;
    font-family: arial,sans-serif;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	text-decoration: none;
}

.pc_view{
	display: none !important;
}

header {
    top: 32px;
    left: 4%;
}

header h1 {
    margin-bottom: 0;
    width: 28px;
    position: relative;
    z-index: 1000;
}

.contents_inner {
    width: 64%;
}

.mainvisual h2 {
    font-size: 1.6rem;
    width: 100%;
    white-space: pre;
    word-wrap: break-word;
    text-align: left;
}

.about_inner h2 {
    font-size: 2.8rem;
}

.about_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 48px;
}

.about_detail {
}

.about_table dt {
    clear: unset;
    float: unset;
    width: auto;
}

.about_table dd {
    padding-left: 0;
    margin-top: 8px;
    padding-bottom: 20px;
}

.about_detail p br{
    display: none;
}

.button_link {
    margin-top: 24px;
}

.works_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 48px;
}

.works_detail.writing {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.works_writing_detail {
    width: 100%;
    min-width: unset;
}

.works_detail {
    width: 100%;
}

.works_visual_img ul li {
    width: 47%;
}

.works_visual_img ul {
    gap: 20px 6%;
}

.works_writing_img {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
}

.contact_inner h2{
    font-size: 2.4rem;
    margin-bottom: 48px;
}

.contact_detail p {
    text-align: left;
}

.contact_detail p br{
    display: none;
}

footer {
    position: relative;
    transform: unset;
    -webkit-transform: unset;
    right: auto;
    top: 0;
    text-align: center;
    padding-bottom: 24px;
}


footer p {
    font-family: 'Ubuntu', sans-serif;
    writing-mode: unset;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    font-size: 1.2rem;
}

.works_detail h3 {
    font-size: 1.8rem;
    line-height: 1.6;
}

.works_visual_detail {
    text-align: left;
}






















}




















