@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/************************************
** コピーボタン
************************************/
.item-code{
	max-width:1200px;
	width:90%;
	margin:0 auto;
	font-size:70%;
	line-height:1em;
	  white-space: pre-wrap;   /* はみ出し防止 */
  word-wrap: break-word;
  display: block;
  width: 100%;             /* 親の幅にフィット */
  box-sizing: border-box;
  background: #f5f5f5;     /* 例: 背景をつける */
  padding: 2em;
  border-radius: 6px;
  overflow-x: auto;        /* 横スクロール可能 */
	margin-bottom: 2em;
}
#make-item{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}
#make-item h1 {
    font-size: 150%;
    margin-bottom: 2em;
	color:#8dc21f;
}
#make-item h2 {
    font-size: 130%;
    margin-bottom: 0.5em;
}