@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/*  

■■リセットCSS

*/
html,
button,
input,
select,
textarea {
  font-family: "メイリオ", Meiryo, sans-serif;
}

label {
  cursor: pointer;
  cursor: hand;
}

object,
embed {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

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

.pkg:before,
.pkg:after {
  content: "";
  display: table;
}

.pkg:after {
  clear: both;
}

.pkg {
  zoom: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
}

a:link {
  color: #0064B1;
  transition: all 0.2s ease-in;
}

a:visited {
  color: #0064B1;
  transition: all 0.2s ease-in;
}

a:hover {
  color: #3cc;
  transition: all 0.2s ease-in;
}

a img:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.img_responsive {
  max-width: 100%;
  height: auto;
}

/*
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*/
a[data-fancybox] {
  position: relative;
}
a[data-fancybox] img {
  border: 1px solid #ccc;
}
a[data-fancybox]::after {
  position: absolute;
  font-family: "icomoon";
  font-weight: 400;
  line-height: 1;
  content: "\f00e";
  bottom: 5px;
  right: 10px;
  color: #000;
  font-size: 20px;
}

figure {
  margin: 0;
}

body {
  padding-top: 0 !important;
}

/*  

■■ハンバーガーメニュー

*/
.menu-btn {
  width: 60px;
  height: 60px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    top: auto;
    bottom: 0;
  }
}
.menu-btn .label {
  padding-top: 2px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
  top: 12px;
  /*left:15px;
  right:15px;*/
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*hoverで短くなるやつ*/
.menu-trigger:not(.active):hover span:nth-of-type(2) {
  width: 70%;
}

.menu-trigger:not(.active):hover span:nth-of-type(3) {
  width: 35%;
}

/*動き*/
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10.5px) rotate(-45deg);
  background-color: #fff;
  height: 3px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10.5px) rotate(45deg);
  background-color: #fff;
  height: 3px;
}

.menu-trigger.active:hover {
  opacity: 0.5;
}

/*メニュー画面*/
nav.header {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #484F57;
  padding: 30px;
  z-index: 99;
}
nav.header .wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-y: auto;
  height: 100%;
  color: #fff;
}
nav.header .wrapper .box {
  padding: 10px 0;
}
nav.header .wrapper .box .menu-box {
  padding: 0 24px;
}
nav.header .wrapper a {
  display: block;
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
}
nav.header .wrapper a:hover {
  text-decoration: underline;
}
nav.header .wrapper .company {
  text-align: center;
}
nav.header .wrapper .company a {
  padding-top: 0;
}
nav.header .wrapper i {
  margin-right: 10px;
  font-size: 20px;
  font-size: 2rem;
}
nav.header .wrapper hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #aaa;
}

/**/
#other-contents ul {
  list-style-type: disc;
  margin-left: 60px;
}
#other-contents ul i {
  margin-right: 10px;
}
#other-contents ul li ul {
  list-style-type: circle;
  margin-left: 40px !important;
}
@media screen and (max-width: 640px) {
  #other-contents ul {
    margin-left: 30px;
  }
}

#disclaimer {
  padding-right: 30px;
}
#disclaimer ul {
  list-style-type: disc;
  margin-left: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

#remarks .cols {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #remarks .cols {
    display: block;
  }
}
#remarks .cols .col {
  padding: 0 15px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col {
    margin-bottom: 15px;
  }
}
#remarks .cols .col a {
  display: block;
  width: 160px;
  height: 120px;
  background-color: #30aec5;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 16px 20px;
  }
}
#remarks .cols .col a:hover i, #remarks .cols .col a:hover span {
  color: #3cc;
  transition: all 0.2s ease-in;
}
#remarks .cols .col a i {
  font-size: 50px;
  font-size: 5rem;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a i {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0 !important;
    vertical-align: middle;
    width: 60px;
    text-align: center;
  }
}
#remarks .cols .col a span {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle;
  }
}
#remarks .cols .col a.creator:hover img.face {
  opacity: 1;
  transition: all 0.2s ease-in;
}
#remarks .cols .col a.creator p {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a.creator p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 60px;
    padding: 0 5px;
    margin-right: 12px;
  }
}
#remarks .cols .col a.creator p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a.creator p img {
    position: static;
  }
}
#remarks .cols .col a.creator p img.face {
  width: 52px;
  height: 52px;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a.creator p img.face {
    display: none;
  }
}

/*  

■■レイアウト

*/
header {
  text-align: center;
}

.ad-top-center {
  text-align: center;
  padding: 30px 0;
  background-color: #F2F5F7;
}
.ad-top-center ins {
  height: 280px;
}
@media screen and (max-width: 1100px) {
  .ad-top-center ins {
    height: 345px;
  }
}

.content {
  background-color: #F2F5F7;
  display: flex;
  justify-content: center;
}
.content .ad-top-left {
  width: 300px;
  text-align: right;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1500px) {
  .content .ad-top-left {
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .content .ad-top-left {
    display: none;
  }
}
.content main {
  background-color: #fff;
  width: 810px;
  margin: 0 15px;
  padding: 30px;
  border-radius: 3px;
}
@media screen and (max-width: 550px) {
  .content main {
    padding: 10px;
    margin: 0;
  }
}
.content .ad-top-right {
  width: 300px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .content .ad-top-right {
    display: none;
  }
}

footer {
  text-align: center;
  border-top: 1px solid #aaa;
}
footer .box {
  background-color: #343A40;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 12px 10px 50px 10px;
}

/*

■■コンテンツ

*/
.ad-top-center img {
  max-width: 100%;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  header .logo {
    flex: 0 0 calc(100% - 60px);
  }
}
@media screen and (max-width: 1024px) {
  header .menu {
    width: 0px;
  }
}
header .title-logo {
  margin: 0;
}
header .title-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 550px) {
  header .title-logo img {
    max-width: calc(100vw - 80px);
    margin: 0 10px;
  }
}

main .version {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
main .h1_with_lang {
  display: flex;
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 640px) {
  main .h1_with_lang {
    display: block;
  }
}
main .h1_with_lang div {
  flex-grow: 1;
}
main .h1_with_lang .lang {
  text-align: right;
}
@media screen and (max-width: 640px) {
  main .h1_with_lang .lang {
    text-align: left;
    margin-bottom: 10px;
  }
}
main .h1_with_lang .lang i {
  font-size: 24px;
  font-size: 2.4rem;
  color: #DE0101;
  margin-right: 8px;
  vertical-align: middle;
}
main .h1_with_lang .lang span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto";
  color: #aaa;
  font-weight: bold;
}
main h1.page-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #30aec5;
  border-left: 7px solid #30aec5;
  padding-top: 2px;
  padding-left: 13px;
}
@media screen and (max-width: 550px) {
  main h1.page-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 10px;
  }
}
main section {
  margin-bottom: 60px;
}

section img {
  max-width: 100%;
  height: auto;
}
section h2 {
  margin-bottom: 10px;
  color: #30aec5;
  line-height: 1.3;
}
section h2 i {
  margin-right: 10px;
}
section .image {
  margin-bottom: 20px;
}
section .image img {
  border: 1px solid #ccc;
  border-radius: 3px;
}
section figcaption {
  font-size: 14px;
  color: #666;
}
section .description {
  margin-bottom: 30px;
}
section .link {
  text-align: center;
}
section .link i {
  margin-right: 10px;
}
section .link a {
  display: inline-block;
  max-width: 100%;
  background-color: #30aec5;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  padding: 17px 23px 13px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #3499AB;
}
section .link a:hover {
  opacity: 0.5;
}

#update-info {
  border: 1px dotted #aaa;
  border-radius: 3px;
  padding: 20px;
}
#update-info h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}
#update-info h3 i {
  color: #FFD302;
  margin-right: 5px;
}
#update-info table.blog-headline tr td {
  line-height: 1.7;
  vertical-align: top;
}
@media screen and (max-width: 550px) {
  #update-info table.blog-headline tr td {
    display: block;
  }
}
#update-info table.blog-headline tr td.date {
  font-family: "Roboto";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding-right: 20px;
  white-space: nowrap;
  padding-right: 12px;
  padding-top: 3px;
}
#update-info table.blog-headline tr td.title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#update-info table.blog-headline tr td.title a {
  color: #555;
}
#update-info table.blog-headline tr td.title a:hover {
  opacity: 0.5;
}

#download .box-wrapper > .box {
  display: none;
}
#download .box-wrapper.open > .box {
  display: block;
}
#download .box-wrapper.open .year-title img {
  transform: rotate(90deg);
}
#download .box-wrapper {
  background-color: #ddd;
  margin-bottom: 20px;
}
#download .box-wrapper:last-child {
  margin-bottom: 0;
}
#download .box-wrapper .year-title {
  -webkit-user-select: none;
          user-select: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 0 3px;
}
#download .box-wrapper .year-title:hover {
  background-color: #eee;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#download .box-wrapper .year-title img {
  vertical-align: middle;
  margin-left: 10px;
}
#download .box {
  line-height: 1.3;
  background-color: #f0f0f0;
  border-radius: 3px;
  padding: 20px;
}
#download .box .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#download .box .zip {
  background: url(../img/calendar/icon_zip.png) 0 0 no-repeat;
  padding-top: 4px;
  padding-left: 50px;
  margin-bottom: 20px;
  min-height: 27px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#download .box .small-zip {
  background: url(../img/calendar/icon_zip_small.png) 0 center no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
  min-height: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
#download .box .small-zip:last-child {
  margin-bottom: 0;
}
#download .box .pdf {
  background: url(../img/calendar/icon_pdf_small.png) 0 0 no-repeat;
  padding-left: 30px;
  margin-bottom: 11px;
}
#download .box .pdf:last-child {
  margin-bottom: 0;
}
#download .monday-start {
  background-color: #d2e3e8;
  margin-bottom: 20px;
}
#download .monday-start .title {
  color: #365E69;
}
#download .sunday-start {
  background-color: #EEDBDD;
  margin-bottom: 20px;
}
#download .sunday-start .title {
  color: #984750;
}
#download .year-planner {
  background-color: #CEE4DA;
}
#download .year-planner .title {
  color: #3C6C56;
}
#download .past-calendar .title {
  color: #999;
}
#download .note {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #666;
}

#feature .colwrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
@media screen and (max-width: 550px) {
  #feature .colwrap {
    width: 100%;
    display: block;
  }
}
#feature .colwrap .col {
  flex: 0 0 33.33%;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #feature .colwrap .col {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 550px) {
  #feature .colwrap .col {
    padding-right: 0;
  }
}
#feature .colwrap .col figure {
  margin: 0;
}
#feature .colwrap .col figure img {
  border: 1px solid #ccc;
  border-radius: 3px;
}
#feature .colwrap .col figure figcaption {
  padding-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
#feature .colwrap .col figure figcaption i {
  color: #30aec5;
  margin-right: 6px;
  font-size: 18px;
  font-size: 1.8rem;
}

#new-item img.fig01 {
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 1px solid #ccc;
}
#new-item .cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #new-item .cols {
    display: block;
  }
}
#new-item .cols .text-col {
  flex: 0 0 70%;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  #new-item .cols .text-col {
    padding-right: 0;
  }
}
#new-item .cols .text-col p {
  margin-top: 0;
}
#new-item .cols .photo-col {
  flex: 0 0 30%;
  padding-top: 8px;
}
@media screen and (max-width: 640px) {
  #new-item .cols .photo-col {
    max-width: 50%;
    padding-top: 0;
  }
}

#customize .red {
  color: #DE0101;
}
#customize .colwrap {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #customize .colwrap {
    display: block;
  }
}
#customize .colwrap .text {
  flex: 0 0 70%;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  #customize .colwrap .text {
    padding-right: 0;
  }
}
#customize .colwrap .text p {
  margin-top: 0;
}
#customize .colwrap .img {
  padding-top: 8px;
  flex: 0 0 30%;
}
#customize .colwrap .img img {
  border: 1px solid #ccc;
  border-radius: 3px;
}
#customize .customize-item-list h3 {
  color: #30aec5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#customize .customize-item-list h3 i {
  margin-right: 8px;
  font-size: 20px;
  font-size: 2rem;
}
#customize .customize-item-list .description {
  margin: 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
#customize .customize-item-list .box {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
}
#customize .customize-item-list .box ul {
  margin-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  list-style-type: disc;
}
#customize .customize-item-list .colwrap2 {
  display: flex;
}
@media screen and (max-width: 550px) {
  #customize .customize-item-list .colwrap2 {
    display: block;
  }
}
#customize .customize-item-list .colwrap2 .col {
  flex: 0 0 50%;
}
#customize .customize-item-list .notice {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  padding-top: 8px;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  #customize .customize-item-list .notice {
    padding-left: 0;
  }
}
#faq .question {
  font-weight: bold;
}
#faq .answer img.fig01 {
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 1px solid #ccc;
}
#faq .item {
  margin-bottom: 60px;
}
#faq .item:last-child {
  margin-bottom: 0;
}

#comment table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 1280px) {
  #comment table {
    border-bottom: 1px solid #ccc;
  }
}
#comment table tr td {
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  #comment table tr td {
    display: block;
    border-bottom: none;
    width: 100%;
    white-space: normal;
  }
}
#comment table tr td i {
  margin-right: 8px;
  color: #777;
}
#comment table tr td.title {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  #comment table tr td.title {
    background-color: #f7f7f7;
  }
}
#comment table tr td.url {
  font-family: "Roboto";
}

#donation .box {
  border: 1px solid #ccc;
  padding: 20px;
}
#donation table {
  width: 100%;
  line-height: 1.3;
}
#donation table td {
  vertical-align: top;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  #donation table td {
    display: block;
  }
}
#donation table td p {
  margin: 0;
  margin-bottom: 3px;
}
#donation .note {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

#creator .colwrap {
  display: flex;
}
@media screen and (max-width: 640px) {
  #creator .colwrap {
    display: block;
  }
}
#creator .colwrap .text {
  flex: 0 0 80%;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  #creator .colwrap .text {
    padding-right: 0;
  }
}
#creator .colwrap .img {
  flex: 0 0 20%;
  padding-top: 16px;
}
@media screen and (max-width: 1280px) {
  #creator .colwrap .img {
    width: 50%;
    margin: 0 auto;
  }
}
#creator .colwrap .img img {
  border-radius: 100%;
  border: 1px solid #eee;
  padding: 2px;
}