@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 20px;
	position: relative;
	color: #222222;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
#container .flex {
    align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
 
/* ボタンデザイン自由に変えてください  */
.buy-btn {
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
	border: #99b61e 1px solid;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1.6rem/2.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
	position: relative;
	margin: 20px auto 40px;
	text-align: center;
	width: 60%;
}
.buy-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.buy-btn a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
.buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/

/*-------------------
   mainvisual
-------------------*/
.wrapper h1 {
 color: #222222;
 font: bold 1.4rem/2.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
 background-color: #efefef;
 padding: 0 15px;
	margin:10px 0 ;
}


.wrapper .sec1 .flex a {
 display: block;
 padding: 15px;
 text-decoration: none;
 color: #000;
}
.wrapper .sec1 .box {
	width:100%;
}
.wrapper .sec1 .box  ul li {
 width: 100%;
 }

.wrapper .sec1 .box img{
 width: 30px;
 height: auto;
	margin: 0 10px;
	}
	.wrapper .sec1 .flex li a{
 text-indent: -1em;
 margin-left: 1em;
}
.wrapper .sec1 li h3 {
 display: inline-block;
}
.wrapper .sec1 li a:before {
 content: '';
 display: inline-block;
 width: 0;
 height: 0;
 margin-right: 10px;
 margin-left: 4px;
 border: transparent solid 5px;
 border-left-color: #222222;
}
.wrapper .sec2 {
	margin:10px 0;
}
.wrapper .sec2 dl {
 background-color: #efefef;
 border-radius: 5px;
 line-height: 1.5;
 margin: 10px;
 padding: 10px;
 text-align: center;
 width: 100%;
}
.wrapper .sec2 dt {
 color: #222222;
 font: bold 1.1rem/1.4 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
 margin: 10px auto 0;
}
.wrapper .sec2 dl .btn {
 background: #dd7e54;
 border-radius: 5px;
 color: #fff;
 display: block;
 font: bold 1rem/2.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
 position: relative;
 margin: 10px auto 10px;
 text-align: center;
 letter-spacing: initial;
}
.wrapper .sec2 h2 {
 font: bold 1.2rem/1.4 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
 margin: 15px 0 10px 0;
 padding : 10px;
 color :#222222;
 background :#ffffff;
	border-bottom: 1px solid #222222;
}


 @media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
}

@media screen and (max-width: 960px) {
/*　スマホの表の表示　*/
.wrapper .sec1 .flex {
 max-width: 600px;
}
.wrapper label {
 font: bold 1rem/1.4 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
 display: block;
 margin: 0 0 4px 0;
 padding : 15px;
 color :#222222;
 background :#ffffff;
 cursor :pointer;
	border-bottom: 1px solid #222222;
	letter-spacing: initial;
	line-height: 32px;
	position: relative;
}
.wrapper .sec1 span{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.wrapper .sec1 span::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #8e8e8e;
  border-right: solid 2px #8e8e8e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -4px;
}
input {
 display: none;
}
.wrapper .sec1 .flex ul {
 margin: 0;
 padding: 0;
 background :#f4f4f4;
 list-style: none;
}

.wrapper .sec1 .flex li {
 height: 0;
 overflow: hidden;
 -webkit-transition: all 0.5s;
 -moz-transition: all 0.5s;
 -ms-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
}
.accordion {
	width: 30px;
	height: 30px;
	margin: 0;
}
.menu-icon .accordion a {
	display: block;
	height: 30px;
	text-align: center;
	line-height:0; 
	position: relative;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li {
 height: 54px;
 opacity: 1;
 display: block;
 position: relative;
}
}
 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
.wrapper .sec2 dl .btn {
 font: 1.1rem/2.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
 width: 60%;
}
.wrapper .sec2 dl {
 margin: 10px auto;
 width: 90%;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
.wrapper {
	width:1040px;
	margin:0 auto;
	font: 0.9em/1.7 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
}
.wrapper input {
 display: none;
}
.wrapper .box:first-of-type h2{
	margin:0 0 4px 0;
	}
.wrapper h2 {
 font: bold 1.2rem/1.4 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
 margin: 20px 0 4px 0;
 padding : 15px;
 color :#222222;
 background :#ffffff;
	border-bottom: 1px solid #222222;
	letter-spacing: initial;
	line-height: 32px;
}
.wrapper .sec1 .box {
 margin: 10px;
}
.wrapper .sec1 .box ul li {
 width: 24%;
 }
.wrapper .sec2 {
 margin: 30px 0 0;
}	
.wrapper .sec2 dl {
 margin: 5px auto;
 width: 45%;
 height: 140px;
}
.wrapper .sec2 dl .btn {
 font: 1.1rem/2.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
 width: 80%;
}
}
