@charset "UTF-8";
@import url(reset.css);
/****************************************
*/
/*  COMMON
*/
/****************************************/
 * {
     box-sizing: border-box;
 }

 html {
     font-size: 62.5%;
     width: 100%;
     min-width: 1200px;
 }

 body {
     line-height: 1.0;
     font-family: "メイリオ","Meiryo","ヒラギノ角ゴ pro w3","Hiragino kake Gothic pro","MS ゴシック","Osaka",sans-serif;
     font-size: 1.6em;
 }

 img {
     max-width: 100%;
     display: block;
 }

 a {
     text-decoration: underline;
 }

 a:hover {
     color: inherit;
     text-decoration: none;
     opacity: .8;
 }

 /*****************************************
 */
 /*    main
 */
 /*****************************************/
 main {
     width: 1200px;
     margin: auto;
     padding-bottom: 80px;
 }

 section {
     width: 1000px;
     margin: auto;
     display: flex;
     flex-wrap: wrap;
 }

 section + section {
     margin-top: 80px;
 }

 section h2, section h3 {
     width: 100%;
 }

 section .en {
     font-size: .8em;
     font-style: italic;
     font-weight: normal;
     margin-left: 1em;
     opacity: .8;
 }

 section p {
     width: 96%;
     margin: auto;
     margin-bottom: 1em;
     line-height: 1.4;
 }

 section li {
     line-height: 1.8;
 }

 section span {
     font-size: 1em;
 }

 section > img, section > iframe {
     margin-left: 2%;
 }

 section img {
     max-width: 300px;
 }

 h2 {
     font-size: 1.5em;
     line-height: 2;
     margin-top: 1.5em;
     margin-bottom: 1em;
     padding-left: .5em;
     background: #000;
     color: white;
 }

 h3 {
     font-size: 1.2em;
     line-height: 2;
     margin-top: 1.5em;
     margin-bottom: 1em;
     padding-left: 8em;
     border-bottom: 1px solid #000;
     border-left: 6px solid #000;
 }

 .selfie {
     width: 30%;
     border-radius: 50%;
     margin: auto;
 }

 iframe {
     width: 300px;
     height: 300px;
 }

 .images {
     display: flex;
     margin: auto;
 }

 .my-name {
     width: 100%;
     margin-top: 20px;
 }

 .my-name p {
     text-align: center;
     font-size: 1.4em;
 }