@charset "UTF-8";

/* @group フォント、アイコン設定 */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700&display=swap);

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

/* @end */

/* @group リセット（変更しない） */

/*
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;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

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;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

.btn_control{
    margin: 30px 0 60px;
    display: flex;
    justify-content: center;
}

input, select {
	vertical-align: middle;
}

input[type="text"],input[type="password"]{
    margin: 0;
    padding: 0.3em 0.3em;
    box-sizing: border-box;
}

textarea{
    margin: 0;
    padding: 0.3em 0.3em;
    box-sizing: border-box;
}

textarea, .input{
    width: 100%;
}



input.is-10pct{
    width: 10%;
}
input.is-20pct{
    width: 20%;
}
input.is-30pct{
    width: 30%;
}
input.is-40pct{
    width: 40%;
}
input.is-50pct{
    width: 50%;
}
input.is-60pct{
    width: 60%;
}
input.is-70pct{
    width: 70%;
}
input.is-80pct{
    width: 80%;
}
input.is-90pct{
    width: 90%;
}

div.pc_none{
    display: none;
}

/* @end */

/* @group カラー設定 */

.off-white {
	background-color: #efefef
}

.yellow {
	background-color: #fffbdf
}

.light-lavender {
    background-color: #e7ebf3;
}

.lavender {
	background-color: #dadefa
}

.blue-green {
	background-color: #4adec5
}

.pale-red {
	background-color: #ff9190
}

.purple {
	background-color: #697df7
}

.india-ink {
	background-color: #757a81;
}

/* @end */

/* @group レイアウト設定 */

body {
	/* 日本語用 */
	font-family: -apple-system,BlinkMacSystemFont,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	/* 英語用 */
	/*font-family: "Lato",-apple-system,BlinkMacSystemFont,sans-serif;*/
	background-color: #FFFFFF;
}

#header {
	height: 150px;
}

.header-body {
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #697df7;
}

.header-title {
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	background-color: #ffffff;
	max-width: 900px;
    width: 100%;
    margin: 0 auto 60px auto;
    box-sizing: border-box;
    padding: 0 1em;
}

img[alt="progress"] {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* @end */

/* @group 基本設定 */

h1, h2, h3, .title1 {
	color: #222222;
}

a {
	text-decoration: none;
	transition: 0.3s;
}

a:after {
	font-family: 'Material Icons';
	content: '\e89e';
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	top: 3px;
}

hr {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

hr:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
}

a, .blue {
	color: #697df7;
}

.display_error {
	background-color: #f8eced;
}

.display_error:empty {
	display: none;
}

.error, .red, .attention {
	color: #F70200;
}
.error {
	background-color: rgba(249,233,243,1.00);
	font-size: 12pt;
	padding: 0px;
	text-align: left;
    margin: 0 auto;
    padding: 15px 8px;
}
.red {
	margin-right: 2px;
	margin-left: 2px;
}
.logo {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
}

.midashi {
	font-size: 14px;
	font-weight: bold;
    background: #3E88AD;
	color: #FFFFFF;
}

.eg, .eword, .eword2, .attention, .setsumei {
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
}

.eg, .eword, .eword2, [lang=en] {
	color: #3769EA;
	font-size: 12px;
}

.eword2{
    font-size: 11px;
}

.indent{
    padding-left: 1.5em;
    text-indent: -1em;
}

[lang=en] {
	font: 14px 'Lato',sans-serif;
	display: inline-block;
	margin-top: 5px;
}

.setsumei {
	text-align: left;
	line-height: 1.5em;
	background-color: rgba(255,250,222,0.5);
	padding: 1em;
    box-sizing: border-box;
    border: 1px solid #0F4CAC;
    margin: 20px 0;
}

.information{
    padding: 1em;
    box-sizing: border-box;
    font-size: 15px;
}

ul{
    margin: 15px 0;
    padding: 0;
    padding-left: 1.5em;
}

ul li{
    margin: 0;
    padding: 0;
    margin: 4px 0;
    list-style-type: square;
}



.no {
	font-weight: bold;
}

.attention {
	margin-top: 5px;
}

.center {
	text-align: center;
}

ol {
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 1.5em;
    box-sizing: border-box;
}

input + div, .select + div, input + span, .select + span, span + div, div + input, div + .select {
	margin-top: 5px;
}

:placeholder-shown {
	color: #d3d3d3;
}

::-webkit-input-placeholder {
	color: #d3d3d3;
}

:-moz-placeholder {
	color: #d3d3d3;
	opacity: 1;
}

::-moz-placeholder {
	color: #d3d3d3;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #d3d3d3;
}

.space_tb1 {
	
}

.space_tb2 {
	
}

.space_tb3 {
	
}

a.back, .space_tb1 a {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


/* @end */

/* @group テーブル設定 */

table[class^="base"] {
	width: 100%;
}

table[class^="base"]+table[class^="base"], table[class^="base"]+table[class^="base"] th, table[class^="base"]+table[class^="base"] td {
	border-top-style: none;
}

table[class^="base"]:not(.base4), table[class^="base"]:not(.base4) th, table[class^="base"]:not(.base4) td {
	border: 1px solid #dddddd;
	vertical-align: middle;
}

table[class^="base"] th, table[class^="base"] td {
	padding: 0.5em 0.75em;
    box-sizing: border-box;
}



#wrapper {
	text-align: left;
	max-width: 900px;
    width: 100%;
    margin: 0 auto 60px auto;
    box-sizing: border-box;
    padding: 0 1em;
}

.komoku {
	width: 30%;
    line-height: 1.4;
}
.komoku2 {
	width: 100%;
}
.komoku4 {
	width: 15%;
}
.komoku3 {
	width: 35%;
    line-height: 1.4;
}
th, .komoku, .komoku2, .komoku4 {
	background-color: #EBE9E9;
}
th {
	background-color: #BFDEEE;
}
.bg_color_org {
	background-color: #FFCC66;
}


p {
	font-size: 12px;
	line-height: 18px;
	text-indent: 1em;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #0F4CAC;
}
h1 {
    color: #FFFFFF;
    background: #074E76;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 18pt;
    line-height: 1.4;
}
h2 {
	color: #FFFFFF;
	background-color: #0F4CAC;
    padding-top: 10px;
    padding-bottom: 10px;
}
h3 {
    background: #3E88AD;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #0F4CAC;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    font-size: 14pt;
    padding-left: 15px;
    box-sizing: border-box;
}
.table3 {
    margin: 0px;
    padding: 0px 0px 0px 5px;
    width: 15%;
    text-align: left;
    border-bottom: 1px dotted #0F4CAC;
    font-size: 10pt;
    line-height: 12pt;
    box-sizing: border-box;
    background: #BFDEEE;
}
.table4 {
    margin: 0px;
    padding: 0px 0px 0px 5px;
    width: 30%;
    text-align: left;
    border-bottom: 1px dotted #0F4CAC;
    font-size: 10pt;
    line-height: 12pt;
    box-sizing: border-box;
    background: #BFDEEE;
}
.table4_1 {
    margin: 0px;
    padding: 0px 0px 0px 5px;
    width: 20%;
    text-align: left;
    font-size: 9pt;
    line-height: 12pt;
    box-sizing: border-box;
}
.table5 {
    margin: 0px;
    padding: 0px 0px 0px 5px;
    width: 10%;
	text-align: center;
    border-bottom: 1px dotted #0F4CAC;
    font-size: 10pt;
    box-sizing: border-box;
    background: #BFDEEE;
}
.table6 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 295px;
	text-align: left;
	border-bottom: thin dotted #0F4CAC;
    box-sizing: border-box;
    font-size: 10pt;
}
.table7 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 10px;
	text-align: center;
    box-sizing: border-box;
    background: #BFDEEE;
}
.table8 {
	margin: 0px;
    padding: 0px 0px 0px 40px;
    text-align: left;
    border-bottom: thin dotted #0F4CAC;
    box-sizing: border-box;
}
input.submit, input[type=submit], input.submit2, input[type=button] {
	font-size: 15px;
	text-align: center;
	border-radius: 3px;
	max-width: 200px;
    min-width: 130px;
	padding: 5px;
	display: block;
	-webkit-appearance: none;
	transition: 0.5s;
	border: 1px solid rgba(15,76,172,1.00);
    box-sizing: border-box;
    font-weight: bold;
}

input.submit:hover, input[type=submit]:hover, input.submit2:hover, input[type=button]:hover {
	cursor: pointer;
	box-shadow: 0 5px 25px rgba(150, 150, 150, 0.45);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

input.submit, input[type=submit], input[type=button] {
	color: #ffffff;
	background-color: rgba(15,76,172,1.00);
	border-style: solid;
}

input.submit2 {
	color: rgba(15,76,172,1.00);
	background-color: #ffffff;
	border-style: solid;
}

input[value="PDF再投稿"] {
	color: #ffffff;
	background-color: #F5562E;
	border: 1px solid #F5562E;
}

.error400 {
	background-color: #EBF2FF;
	color: #C00;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 400px;
}
.red {
	color: #F00;
    line-height: 1.4;
}
.required{
	color: rgba(226,71,102,1.00);
	font-size: 10px;
	padding: 2px 5px;
	border: 1px solid rgba(226,71,102,1.00);
	border-radius: 3px;
	float: right;
	font-weight: 500;
    box-sizing: border-box;
}
.required2{
    color: rgba(226,71,102,1.00);
    font-size: 10px;
    padding: 2px 5px;
    border: 1px solid rgba(226,71,102,1.00);
    border-radius: 3px;
    font-weight: 500;
    box-sizing: border-box;
}

@media screen and (max-width: 600px){
    table[class^="base"] th, table[class^="base"] td {
        display: block;
        width: 100%;
        border: none;
}
input.is-20pct,input.is-40pct,input.is-50pct,
input.is-60pct,input.is-70pct,input.is-80pct,input.is-90pct{
    width: 100%;
    display: block;
}
    
    
div.pc_none{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}


table.base1 td.table4.sp_border{
        border-bottom: 3px solid #CCC;
    }
.required{
	float: none;
    margin-left: 5px;
}

}

