@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,600,900|Noto+Serif+JP:400,700&display=swap&subset=japanese');
/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Noto Serif JP', serif;
*/
@media screen and (max-width: 860px) {
	* {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#fff;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

table, th, td {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:3px;
    border:0;   
    border-top:3px solid rgba(0,0,0,0.1);
    margin:6px 0;
    padding:0;
}



/* ここから追加 */

body {
	-webkit-text-size-adjust: none;
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	font-family: '游ゴシック体','游ゴシック','Yu gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
	color: #000;
	text-shadow: 0 0 0 #000;
}
@media screen and (max-width: 860px) {
	body {
		font-size: 16px;
		font-family: 'Noto Sans JP';
		font-weight: 400;
		line-height: 1.4;
		box-sizing: border-box;
	}
	.wrapper {
		overflow: hidden;
	}
}
a {
	text-decoration: none;
	color: #3a65ae;
}

a:hover {
	text-decoration: underline;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, textarea, th, var {
	font-weight: normal;
	font-style: normal;
}

ul {
    list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}
@media screen and (max-width: 860px) {
	img {
	    width: 100%;
		height: auto;
	}
}

input {
	background-color: #f5f5f5;
}

input:focus {
	background-color: #fff;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

input[type="image"]:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	zoom:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: searchfield-decoration;
  display: inline-block;
}

input[type="search"],
input[type="text"] {
	font-size: 13px;
	padding: 8px;
	border: #888 solid 1px;
}

/* Reset select */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 13px;
	padding: 8px;
	border: #888 solid 1px;
	background: #fff url(../images/common/arrow02.png) no-repeat right center;
}

/* IE10 */
select::-ms-expand { display: none; }

/* AndroidのChromeのfont-size対策 */
#main {
	max-height: 100%;
}

.hide {
	display: none!important;
}
.spi {
	display: none!important;
}
.spb {
	display: none!important;
}
.pci {
	display: inline!important;
}
.pcb {
	display: block!important;
}@media screen and (max-width: 860px) {
	.spi {
		display: inline!important;
	}
	.spb {
		display: block!important;
	}
	.pci {
		display: none!important;
	}
	.pcb {
		display: none!important;
	}
}