﻿@charset "utf-8";

*{
	margin:0;
	padding:0;
}

/* 画像をボックスからはみ出さないようにする */
img {
  max-width:100%;
  max-height:100%;
  height:auto;
}

/**マウスを乗せたリンク画像を半透明に**/
a img:hover{
	opacity: 0.5;   /*透明度0.5*/
}

/***親要素に高さをもたせる(float対策)***/
.clearfix:after{     /*疑似要素*/
	content:"";      /*空のボックス*/
	display:block;       /*ブロックレベル要素に設定*/
	clear:both;        /*杭打ちをして高さを得る*/
}

/**ブラウザの規定スタイルを解除**/
/*画像下の余白をなくす*/
img {
	vertical-align: bottom;
}

/*リスト項目の余白をなくす*/
ul {
	margin: 0;
	padding: 0;
}
/**規定解除ここまで**/

#wrap {
	clear: both;
	margin-top: 0px;        /*コンテンツエリアの外部上に余白*/
	padding: 0px;       /*コンテンツ内部に余白*/
}

/**** ヘッダーは別ファイル headerpufnotch.css ****/

body {
  width:auto;
  height:100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

/*コンテンツを中央揃え*/
.content {
	width: 88%;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
  background-color: #ffffff;         /*コンテンツエリアの色指定*/
}

#wrap {
	clear: both;
	background-color: #ffffff;         /*コンテンツエリアの色指定*/
}

.main {
	float:left;
	width:70%;
}

.sidebar {
	float:left;
	width:30%;
}


.box4 {
	float:left;
	width:95%;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4:after	{
  content: "";
	display: block;
	clear: both
}

.box5 {
  float:left;
  width:auto;
}

.box5 li{
	font-size:large;
	margin-bottom:10px;
}

.box5:after	{
  content: "";
	display: block;
	clear: both
}


/****サイドバーは別ファイル sidebarpufnotch.css ****/

/****フッターは別ファイル footerpufnotch.css ****/


/****************** 349px以下のとき適用 ******************/
@media (max-width: 349.99999px){

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:large;
	margin-bottom:10px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:small;
	margin-bottom:7px;
}

}


/****************** 350px以上399以下のとき適用 *******************/
@media (min-width: 350px) and (max-width: 399.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:large;
	margin-bottom:10px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:small;
	margin-bottom:7px;
}

}


/****************** 400px以上449以下のとき適用 *******************/
@media (min-width: 400px) and (max-width: 449.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:large;
	margin-bottom:10px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:small;
	margin-bottom:7px;
}

}


/****************** 450px以上479以下のとき適用 *******************/
@media (min-width: 450px) and (max-width: 479.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:large;
	margin-bottom:10px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:small;
	margin-bottom:7px;
}

}


/****************** 480px以上509以下のとき適用 *******************/
@media (min-width: 480px) and (max-width: 509.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:small;
	margin-bottom:8px;
}

}


/****************** 510px以上549以下のとき適用 *******************/
@media (min-width: 510px) and (max-width: 549.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:small;
	margin-bottom:8px;
}

}


/****************** 550px以上599以下のとき適用 *******************/
@media (min-width: 550px) and (max-width: 599.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:small;
	margin-bottom:8px;
}

}


/****************** 600px以上649以下のとき適用 *******************/
@media (min-width: 600px) and (max-width: 649.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 8px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:9px;
}

}


/****************** 650px以上689以下のとき適用 *******************/
@media (min-width: 650px) and (max-width: 689.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 8px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:9px;
}

}


/****************** 690px以上739以下のとき適用 *******************/
@media (min-width: 690px) and (max-width: 739.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 8px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:9px;
}

}


/****************** 740px以上767以下のとき適用 *******************/
@media (min-width: 740px) and (max-width: 767.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box5 h2{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 8px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:9px;
}

}


/****************** 768px以上799以下のとき適用 *******************/
@media (min-width: 768px) and (max-width: 799.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box5 h2{
	font-size:medium;
	margin-top:15px;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 9px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:10px;
}

}


/****************** 800px以上849以下のとき適用 *******************/
@media (min-width: 800px) and (max-width: 849.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box5 h2{
	font-size:medium;
	margin-top:15px;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 9px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:10px;
}

}


/****************** 850px以上899以下のとき適用 *******************/
@media (min-width: 850px) and (max-width: 899.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4 p{
	font-size:medium;
	margin-bottom:15px;
}

.box5 h2{
	font-size:large;
	margin-top:15px;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 10px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:11px;
}

}


/****************** 900px以上949以下のとき適用 *******************/
@media (min-width: 900px) and (max-width: 949.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4 p{
	font-size:medium;
	margin-bottom:15px;
}

.box5 h2{
	font-size:large;
	margin-top:15px;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 10px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:11px;
}

}


/******************* 950px以上1049以下のとき適用 ********************/
@media (min-width: 950px) and (max-width: 1049.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:25px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box5 h2{
	font-size:large;
	margin-top:15px;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 11px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:12px;
}

}


/******************* 1050px以上1149以下のとき適用 ********************/
@media (min-width: 1050px) and (max-width: 1149.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:25px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box5 h2{
	font-size:large;
	margin-top:15px;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 11px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:12px;
}

}


/******************* 1150px以上1249以下のとき適用 ********************/
@media (min-width: 1150px) and (max-width: 1249.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:25px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box5 h2{
	font-size:large;
	margin-top:15px;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 11px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:medium;
	margin-bottom:12px;
}

}


/******************* 1250px以上1349以下のとき適用 ********************/
@media (min-width: 1250px) and (max-width: 1349.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box5 h2{
	font-size:x-large;
	margin-top:20px;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 12px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:large;
	margin-bottom:13px;
}

}


/******************* 1350px以上1449以下のとき適用 ********************/
@media (min-width: 1350px) and (max-width: 1449.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box5 h2{
	font-size:x-large;
	margin-top:20px;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 12px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:large;
	margin-bottom:13px;
}

}


/******************* 1450px以上1549以下のとき適用 ********************/
@media (min-width: 1450px) and (max-width: 1549.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box5 h2{
	font-size:x-large;
	margin-top:20px;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 12px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:large;
	margin-bottom:13px;
}

}


/******************* 1550px以上1649以下のとき適用 ********************/
@media (min-width: 1550px) and (max-width: 1649.99999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box5 h2{
	font-size:x-large;
	margin-top:20px;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 12px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:large;
	margin-bottom:13px;
}

}


/********************* 1650px以上のとき適用 ********************/
@media (min-width: 1650px){

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box5 h2{
	font-size:x-large;
	margin-top:20px;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 12px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.box5 li{
	font-size:large;
	margin-bottom:13px;
}

}



