@media only screen and (min-width: 640px) , print {

/*----------------------------------------------------
  リセット
----------------------------------------------------*/
body, div, p, table, th, td,
h1, h2, h3, h4, h5, h6, blockquote, pre, address,
ul, ol, li, dl, dt, dd, form, fieldset,figure
{
	margin: 0;
	padding:	0;
	color:#000;
	line-height: 180%;
	font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN',Meiryo,'Lucida Grande', sans-serif;
	-webkit-appearance:none;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

table {
	border-collapse: collapse; /* セル間のボーダーを重ねて表示 */
	border-spacing: 0; /* セル間のボーダーの間隔 */
	}

body,
html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
}

a img {border:none;}

img {vertical-align: bottom;}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	color:#313131;
}

a:link {
	color:#33C;
	text-decoration:none;
	border:none;
}

a:visited {
	color:#936;
	text-decoration:none;
	border:none;
}

a:hover {
	color:#33C;
	text-decoration:none;
	border:none;
}

.clear {
	clear:both;
}

.sp {
	display:none;
}


/*----------------------------------------------------
header
----------------------------------------------------*/

.header_wrap {
}

.header {
	width:1000px;
	height:415px;
	margin:0 auto;
	background:url(../img/top.png) no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
	position:relative;
}

.header h1 {
	width:410px;
	padding-top:150px;
}

.header h1 img {
	width:100%;
}

.header .logo {
	width:130px;
	position:absolute;
	right:0;
	bottom:10px;
}


.menu {
	background-color:#00bcd4;
	padding:12px 0;
}

.menu ul {
	font-size:1.8em;
	width:1000px;
	margin:0 auto;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	list-style-type:none;
}

.menu li {
	color: #fff;
	margin-right:50px;
}

.menu li:before {
	content:"＞ ";
}

.menu li a {
	color: #fff;
}

.menu li a:hover {
	opacity: 0.75;
}

.content_wrap {
	width:1000px;
	margin:0 auto;
	/* ニューモーフィズムのスタイル */
	background-color:#fff;
	box-shadow: 30px 0 30px -10px rgba(218,223,232,0.6), -30px 0 30px -10px rgba(218,223,232,0.6);
	 /* ニューモーフィズムのスタイル */
}

.content {
	width:650px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:100px;
}


.title h2 {
	font-size:2.6em;
	line-height:1.6;
	margin-bottom:20px;
}

.title img {
	width:650px;
	margin-bottom:60px;
}

.around {
	position:relative;
	border: #00bcd4 solid 2px;
	margin-top:1.0em;
	margin-bottom:100px;
	padding:42px 10px;
}

.around_head,
.around_foot {
	position: absolute;

	font-size: 2.4em;
	font-family:"sawarabi Mincho";
	color: #00bcd4;
	margin: 0;
	background-color: #fff;
}

.around_head {
	top: 0;
	left: 0;
	transform: translateY(-50%) translateX(1em);
	padding: 0 0.5em;
}

.around_foot {
	right:0;
	bottom:0;
	padding: 0 0 0 0.5em;
	transform: translateY(40%) translateX(-0.25em);
}

.around_list li {
	font-weight:normal;
	font-size:1.9em;
	margin-left:1.0em;
	margin-bottom:8px;
	list-style-type:none;
}

.around_list li:before {
	content: "・";
}

.text {
	margin-bottom:80px;
}

.text h3{
	font-size:2.4em;
	border-left:#00bcd4 solid 10px;
	padding-left:16px;
}

.text h3 + p {
	margin-top:30px;
}

.text h4{
	font-size:2.0em;
	margin-top:40px;
	margin-bottom:16px;
	display:inline;
}

.text p {
	font-size:1.8em;
	margin-bottom:26px;
}

.text p + h3 {
	margin-top:80px;
}

.text p strong {
	font-size:1.1em;
	font-weight:bold;
	background:linear-gradient(transparent 80%, #ffe477 50%);
	line-height:1.8;
}

.text img {
	width:650px;
	margin-top:30px;
	margin-bottom:40px;
}

.text ul {
	font-size:1.7em;
	margin:40px 0;
	padding:40px 30px 30px;
	padding-left:60px;
	border: #ffe477 solid 2px;
}

.text li {
	margin-bottom:8px;
	list-style-type:none;
	text-indent:-1.0em;
}

.text li:before {
	content: "・";
}

.writer {
	background-color:#eeeeee;
	padding:30px;
	padding-bottom:24px;
}

.writer_head {
	font-size:1.8em;
	color: #455A64;
	margin-bottom:4px;
}

.writer_name {
	font-size:2.2em;
	margin-bottom:4px;
}

.writer_prof {
	font-size:1.4em;
}



.another_list_wrap {
	background-color:#fff;
	padding-top:30px;
}

.another_list_wrap h2 {
	width:900px;
	margin:0 auto 30px;
	font-size:2.0em;
	font-weight:bold;
	text-align:center;
	color: #fff;
	background-color:#00bcd4;
}

.another_list {
	width:900px;
	margin:0 auto 50px;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}

.another_list_item {
	width:280px;
	/* ニューモーフィズムのスタイル */
	background-color:#fff;
	box-shadow: 10px 0 10px -10px rgba(218,223,232,0.6), -10px 0 10px -10px rgba(218,223,232,0.6);
	/* ニューモーフィズムのスタイル */
	padding-bottom:8px;
	border-bottom:#ccc solid 1px;
	margin-bottom:40px;
}

.another_list_item a:hover,
.another_list_item a:hover p {
	opacity: 0.75;
}


.another_list_item img {
	width:100%;
}

.another_list_item p {
	padding:8px 14px;
	font-size:1.6em;
	line-height:1.6;
}


/*----------------------------------------------------
footer_top
----------------------------------------------------*/
.footer {
	padding-top:50px;
}

.footer_logo_wrap {
	width:700px;
	margin:0 auto;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
}

.footer_logo {
	width:300px;
	margin:40px auto;
	display:block;
}

.footer_logo img {
	width:100%;
}

.footer_menu {
	border-top:#e8ecf1 1px solid;
	padding-top:10px;
	padding-bottom:40px;
}

.footer_menu ul {
	width:90%;
	margin:0 auto 10px;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:center;
	list-style-type:none;
	text-align:center;
}

.footer_menu li {
	font-size:1.2em;
	padding:0;
	color:#313131;
}

.footer_menu li a {
	display:block;
	color:#313131;
}

.footer_menu li a:after {
	content: "|";
	margin:0 0.5em;
}

.footer_menu p {
	text-align:center;
}


}