@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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:#ff9;
    color:#000; 
    font-style:italic;
    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;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}

main{
	display: block;
}

img {
	border-style: none;
}

button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

ul li,
ol li{
	vertical-align: top;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #333;
	font-size: 9px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

header:after,
#content:after,
section:after,
.inner:after{
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #333;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 641px) {
	body{
		min-width: 640px;
	}
	#all{
		width: 640px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 640px) {
	body{
		width: 100%;
		min-width: 320px;
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

.cf:after {
	content:" ";
	display:block;
	clear:both;
}

/* PCのみ */
@media all and (min-width: 641px) {
	.inner{
		margin: auto;
	}
}

.pr{
	text-align: right;
	padding: 0.3em 0.5em 0.2em;
}


/* radio
---------------------------------------------------------- */
.wrap_radio{
	text-align: center;
	list-style: none;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0 6.3%;
}
.wrap_radio.bg_yellow{
	background: #ffffe8;
}
input[type="radio"]{
	display: none;
}
.wrap_radio li input + label{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 42vw;
	height: 15.5vw;
}
.wrap_radio li:first-child input + label{
	background-image: url("../img/btn_yes.png");
}
.wrap_radio li:last-child input + label{
	background-image: url("../img/btn_no.png");
}
.wrap_radio li:first-child input:checked + label{
	background-image: url("../img/btn_yes_on.png");
}
.wrap_radio li:last-child input:checked + label{
	background-image: url("../img/btn_no_on.png");
}
/* PCのみ */
@media all and (min-width: 641px) {
	.wrap_radio li input + label{
		width: 270px;
		height: 100px;
	}
}


/* submit
---------------------------------------------------------- */
.cv{
	position: relative;
}
.cv a{
	border-style: none;
	background: url("../img/btn.png") no-repeat center center;
	background-size: contain;
	display: block;
	width: 90%;
	height: 24.5vw;
	text-indent: -9999px;
	transition: .3s opacity;
	margin: 6vw auto 5vw;
}
.cv a:hover{
	cursor: pointer;
	opacity: 0.7;
}
/* PCのみ */
@media all and (min-width: 641px) {
	.cv a{
		width: 584px;
		height: 162px;
		margin: 6% auto 5%;
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	border-top: 1px solid #e5e5e5;
	padding-bottom: 4vw;
	border-bottom: 5px solid #f23875;
}
address{
	font-style: normal;
	font-size: 3vw;
	text-align: center;
	line-height: 1em;
}
/* PCのみ */
@media all and (min-width: 641px) {
	footer{
		padding-bottom: 2em;
	}
	address{
		font-size: 18px;
	}
}



/* ---------------------------------------------------------------
	info
--------------------------------------------------------------- */

h1{
	font-size: 30px;
	line-height: 3em;
}

/* SPのみ */
@media all and (max-width: 960px) {
	.info .inner{
		margin: 0 5vw;
	}
	h1{
		font-size: 20px;
	}
}

article table{
	border: 1px solid #b1b1b1;
	margin-bottom: 1.5em;
	width: 100%;
}
article table th,
article table td{
	border-bottom: 1px solid #b1b1b1;
	padding: 0.3em 0.7em;
}

article table th{
	background: #fffff2;
	font-weight: normal;
	width: 30%;
	font-size: 23px;
}
article table td{
	font-size: 28px;
}

.info table th{
	min-width: 5em;
}
.info table td{
	word-break: break-all;
}
a[href^=mailto]{
	color: #000;
	text-decoration: none;
}
/* SPのみ */
@media all and (max-width: 960px) {
	article table th{
		font-size: 11.5px;
	}
	article table td{
		font-size: 14px;
	}
}

